DungeonManager.Creatures Field

MyDungeon

DungeonManagerCreatures Field

The list of all the creatures in the current dungeon

Namespace:  MyDungeon.Managers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static List<Creature> Creatures

Field Value

Type: ListCreature
See Also