Ejemplo n.º 1
0
 public static void InitializeManager()
 {
     CharacterMgr = CharacterStore.GetInstance();
     ObjectMgr = ObjectManager.GetInstance();
     SkillMgr = SkillManager.GetInstance();
     SpellMgr = SpellManager.GetInstance();
     WorldMgr = WorldManager.GetInstance();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new Project
 /// </summary>
 public NpcChatProject()
 {
     ProjectCharacters    = new CharacterStore();
     ProjectDialogs       = new DialogManager(this);
     ProjectStoryElements = new StoryElementManager();
 }