Exemplo n.º 1
0
 public static void Init()
 {
     sceneEntity    = null;
     actorEntityMgr = new ActorEntityMgr();
     storyEntity    = null;
 }
Exemplo n.º 2
0
 public void Tick(ActorEntityMgr mgr)
 {
     mgr.VisitNpcs(TickNpc);
     mgr.VisitUsers(TickUser);
 }