コード例 #1
0
ファイル: Combat.cs プロジェクト: GilDuath/Asvargr
 public void AddBuff(Buff newBuff, Opponent opponent)
 {
     opponent.AddBuff(newBuff);
 }
コード例 #2
0
ファイル: Combat.cs プロジェクト: GilDuath/Asvargr
 public void SetOpponent(Opponent activeOpponent)
 {
     this.activeOpponent = activeOpponent;
 }