Esempio n. 1
0
 public Bomb(PointInMap position, int timeToBoom)
 {
     this.TimeToBoom = timeToBoom;
     this.Position   = position;
 }
Esempio n. 2
0
 public Bomber(int live, PointInMap posisition)
 {
     this.LiveCount = live;
 }