public AdamantiteMod(ModContentPack content) : base(content) { var harmony = HarmonyInstance.Create("rimworld.foreverzer0.adamantite"); harmony.PatchAll(Assembly.GetExecutingAssembly()); settings = GetSettings <AdamantiteSettings>(); }
public AdamantiteSettings() { Instance = this; }