Exemplo n.º 1
0
 internal static void ForceUpdateGameCache()
 {
     FateManager.Update();
     GameObjectManager.Clear();
     GameObjectManager.Update();
 }
Exemplo n.º 2
0
 private static void RefreshObjectManagerCache()
 {
     GameObjectManager.Clear();
     GameObjectManager.Update();
 }