public static void Create() { if (Instance != null) throw new Exception("Creating the ZoneManager twice is not allowed. Only initialize it once."); Instance = new ZoneManager(); }
public ZoneManager() { Current = this; }