示例#1
0
 public MyTranslationController(MyMod host, string name) : this(host.getDataPath(), name)
 {
 }
示例#2
0
 public MyTranslationController(MyMod host) : this(host.getDataPath(), "translations")
 {
 }
示例#3
0
 public MyModLoadedHook(MyMod mod)
 {
     this.targetHook = mod;
 }