コード例 #1
0
ファイル: BTank.cs プロジェクト: ipud2/CommandInMental
 public BTank()
 {
     _properity = new Properity();
     _damage    = new Damage();
 }
コード例 #2
0
 public ProperityTile(string label, IBoard board, Properity properity) : base(label, board)
 {
     this.properity = properity;
 }