Exemplo n.º 1
0
 public CHOOSE(Model.Actors.Hand aHand, Model.Spells.Spell.spellsComboEnum aSpellType)
 {
     this.hand = aHand;
     this.spellType = aSpellType;
 }
Exemplo n.º 2
0
 public TARGET(Model.Actors.Hand aHand, Model.Actors.Actor aTarget)
 {
     this.hand = aHand;
     this.target = aTarget;
 }