Ejemplo n.º 1
0
 public void EnterMap(MapGo targetMap)
 {
     currentMap = targetMap;
     data.SetCurrentMap(currentMap);
     SetFollowingLimited();
 }
Ejemplo n.º 2
0
 public void SetCurrentMap(MapGo map)
 {
     gameData.currentLevelId = map.levelId;
 }