Exemplo n.º 1
0
 public TARGET(Model.Actors.Actor aMonster, Model.Actors.Actor aTarget)
 {
     this.monster = aMonster;
     this.target = aTarget;
 }
Exemplo n.º 2
0
 public TARGET(Model.Actors.Hand aHand, Model.Actors.Actor aTarget)
 {
     this.hand = aHand;
     this.target = aTarget;
 }