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