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