Beispiel #1
0
    private void Awake()
    {
        MP = this;

        _hazardSystem.Init();
        _npcController.Init();

        CreateMap();

        Invoke("NpcTest", 1f);
    }