private void Update() { NavigationSystem.OnUpdate(); HazardSystem.OnUpdate(); RoadSystem.OnUpdate(); NpcSystem.OnUpdate(); CalculateMap(); }