Esempio n. 1
0
 private void SetObjects(ICombatant c, ICombatant t)
 {
     combatant = c.GetObject();
     target    = t.GetObject();
 }