Class MonsterManager
In this example, the monster manager instantiate 1 every 10s
Inherited Members
Namespace: TinnyStudios.AIUtility.Impl.Examples.FarmerHero
Assembly: UtilityAIFramework.dll
Syntax
public class MonsterManager : ObjectManager<Monster, MonsterManager>
Fields
Max
Declaration
public int Max
Field Value
Type | Description |
---|---|
Int32 |
SpawnInterval
Declaration
public float SpawnInterval
Field Value
Type | Description |
---|---|
Single |
Stopwatch
Declaration
public Stopwatch Stopwatch
Field Value
Type | Description |
---|---|
Stopwatch |