Beispiel #1
0
 public void Back()
 {
     setState = MainScript.State.GAME;
     finish   = true;
     oldTime  = Time.time;
     move     = transform.position;
 }
Beispiel #2
0
 public void Exit()
 {
     setState = MainScript.State.BUILD;
     finish   = true;
     oldTime  = Time.time;
     move     = transform.position;
 }