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