示例#1
0
 private void OnSequenceRestart()
 {
     Debug.Log("Sequence restart");
     Sun.Command(global::Command.STOP, false);
     KillRemainingBalls();
     Sun.Command(global::Command.PLAY, true);
 }