Esempio n. 1
0
 public override void Enter(GameSystem system)
 {
     isTorchActivated = true;
     tipText          = PerformSystem.ShowTextToPerform("点火炬熄灭之~");
     PerformSystem.FocusOn(dailyData10.firstTorch.position.x);
 }