コード例 #1
0
 public AssetLoader(ModEntry mod)
 {
     this._mod = mod;
 }
コード例 #2
0
 public AssetEditor(ModEntry mod)
 {
     this._mod = mod;
 }