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