Exemplo n.º 1
0
 public void SetCurrentLocation(StageZone newStageZone)
 {
     newStageZone.Disable();
     stack.Push(new StackInfo(currentStageZone, szController.GetCameraParams()));
     currentStageZone = newStageZone;
 }
Exemplo n.º 2
0
 public void SetStartLocation(StageZone newStageZone)
 {
     newStageZone.Disable();
     currentStageZone = newStageZone;
 }