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