A manager dedicated to handling operations performed on all Zoness. A zone manager is exclusively used for managing these.
Ejemplo n.º 1
0
        public static void Create()
        {
            if (Instance != null)
                throw new Exception("Creating the ZoneManager twice is not allowed. Only initialize it once.");

            Instance = new ZoneManager();
        }
Ejemplo n.º 2
0
 public ZoneManager()
 {
     Current = this;
 }