Table of Contents

Class BotHandler

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public class BotHandler : MonoBehaviour
Inheritance
BotHandler
Inherited Members
Extension Methods

Constructors

BotHandler()

public BotHandler()

Fields

bots

public List<Bot> bots

Field Value

List<Bot>

instance

public static BotHandler instance

Field Value

BotHandler

Methods

Awake()

public void Awake()

DestroyAll()

public void DestroyAll()

GetFurthestFromAnyPlayer()

public Bot GetFurthestFromAnyPlayer()

Returns

Bot

GetNextMonster(ref int)

public Bot GetNextMonster(ref int botID)

Parameters

botID int

Returns

Bot