Пример #1
0
    public static void init()
    {
        _ready = false;

        _npcs     = new Dictionary <int, GameCharacter>();
        _players  = new Dictionary <int, GameCharacter>();
        _fireWall = new FireWall.Circle(250, Vector3.zero);
    }
Пример #2
0
    public static void clear()
    {
        _ready = false;

        _npcs     = null;
        _players  = null;
        _fireWall = null;
    }