Esempio n. 1
0
 public BTank()
 {
     _properity = new Properity();
     _damage    = new Damage();
 }
Esempio n. 2
0
 public ProperityTile(string label, IBoard board, Properity properity) : base(label, board)
 {
     this.properity = properity;
 }