Пример #1
0
 public StateExplode(Bomb owner)
 {
     this.owner = owner;
     timer      = new Timer(2.1f);
 }