DungeonManager Class

MyDungeon

DungeonManager Class

DungeonManager holds information of a dungeon
Inheritance Hierarchy
SystemObject  MyDungeon.ManagersDungeonManager

Namespace:  MyDungeon.Managers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static class DungeonManager

The DungeonManager type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCreatures
The list of all the creatures in the current dungeon
Public fieldStatic memberDungeonGenerationSettings
The generation settings of the current dungeon
Top
See Also