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