コード例 #1
0
ファイル: InstantEffect.cs プロジェクト: jsnelcer/RpgCore
 public void ApplyEffect(IStat target)
 {
     target.ApplyInstantEffect(this);
 }