private void Awake() { MP = this; _hazardSystem.Init(); _npcController.Init(); CreateMap(); Invoke("NpcTest", 1f); }