Beispiel #1
0
 public ConstructCard(ConstructCardDesc desc) : base(desc)
 {
     this.hp            = desc.hp;
     this.movesPerTurn  = desc.movesPerTurn;
     this.targetAOEtype = desc.targetAOEtype;
     this.numOfTargets  = desc.numOfTargets;
     this.turnsToBuild  = desc.turnsToBuild;
 }
Beispiel #2
0
 public void setAOEtype(AOEtype targetAOEtype)
 {
     this.targetAOEtype = targetAOEtype;
 }