Exemplo n.º 1
0
 public void AddBuff(Buff newBuff, Opponent opponent)
 {
     opponent.AddBuff(newBuff);
 }
Exemplo n.º 2
0
 public void SetOpponent(Opponent activeOpponent)
 {
     this.activeOpponent = activeOpponent;
 }