コード例 #1
0
ファイル: ApplyBuff.cs プロジェクト: w1r2p1/unitrpg
 public void Apply(ICombatant combatant)
 {
     combatant.AddBuff(_buff);
 }