コード例 #1
0
ファイル: StatProxy.cs プロジェクト: DanielCantz/Dawntown
 public void RemoveMod(IStatModificator mod)
 {
     _stat.RemoveMod(mod);
 }