예제 #1
0
 public InterMission()
 {
     this.ready = new Ready(150);
     this.timer = new Timer(120);
     this.Reset();
 }
예제 #2
0
 public GameOver()
 {
     this.IsAlive = false;
     this.draw    = false;
     this.timer   = new Timer(100);
 }