public static void Destroy()
 {
     mContentManagerName = null;
     ListsToAddTo.Clear();
     SortAxis = null;
     mPool.Clear();
     EntitySpawned = null;
 }
Ejemplo n.º 2
0
 public static void Destroy()
 {
     mContentManagerName  = null;
     mScreenListReference = null;
     SortAxis             = null;
     mPool.Clear();
     EntitySpawned = null;
 }