예제 #1
0
        public RimThreadedMod(ModContentPack content) : base(content)
        {
            Settings = GetSettings <RimThreadedSettings>();
#if RW12
            string RWversion = "1.2";
#endif
#if RW13
            string RWversion = "1.3";
#endif
            replacementsJsonPath = Path.Combine(content.RootDir, RWversion, "replacements.json");
            //RimThreaded.Start();
        }
예제 #2
0
 public RimThreadedMod(ModContentPack content) : base(content)
 {
     Settings = GetSettings <RimThreadedSettings>();
 }