private void Awake() { mapCreator = Instantiate(mapCreatorPrefab); mapCreator.Init(); eventSystem = Instantiate(eventSystemPrefab); }
public void Init() { Instance = this; MakeBaseMapObject(); MakeGround(); MakeCamera(); MakeGui(); MakeParkingZone(); MakeGenetic(); }