예제 #1
0
 public void EnterMap(MapGo targetMap)
 {
     currentMap = targetMap;
     data.SetCurrentMap(currentMap);
     SetFollowingLimited();
 }
예제 #2
0
 public void SetCurrentMap(MapGo map)
 {
     gameData.currentLevelId = map.levelId;
 }