예제 #1
0
파일: ApplyBuff.cs 프로젝트: w1r2p1/unitrpg
 public void Apply(ICombatant combatant)
 {
     combatant.AddBuff(_buff);
 }