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