Example #1
0
 public static void LoadFromState(ZoneManager state)
 {
     instance = state;
 }
Example #2
0
 public static void InitInstance()
 {
     instance = new ZoneManager();
 }