Exemple #1
0
 public MyTranslationController(MyMod host) : this(host.getDataPath(), "translations")
 {
 }
Exemple #2
0
 public MyTranslationController(MyMod host, string name) : this(host.getDataPath(), name)
 {
 }