예제 #1
0
 // It is called when player resets the game.
 public new void Reset()
 {
     base.Reset();
     GoAshore((Director.GetInstance().currentSceneController as GameController).rightCoast);
 }
예제 #2
0
 // Use this for initialization
 void Start()
 {
     result = Result.NOT_FINISHED;
     action = Director.GetInstance().currentSceneController as IUserAction;
 }