A manager dedicated to handling operations performed on all Zoness. A zone manager is exclusively used for managing these.
Пример #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();
        }
Пример #2
0
 public ZoneManager()
 {
     Current = this;
 }