Ejemplo n.º 1
0
 public void SendEffects(ITargetable target)
 {
     Debug.Log("Sending effects from ability");
     target.ReceiveEffects(effects);
 }