示例#1
0
        public KoikatuGameplayMod()
        {
            ForceInsert      = new ConfigWrapper <bool>("ForceInsertAnger", this, true);
            ForceInsertAnger = new ConfigWrapper <bool>("ForceInsertAnger", this, true);
            DecreaseLewd     = new ConfigWrapper <bool>("DecreaseLewd", this, true);

            FastTravelTimePenalty = new ConfigWrapper <int>("FastTravelTimePenalty", this, 50);
            StatDecay             = new ConfigWrapper <bool>("StatDecay", this, true);
            LewdDecay             = new ConfigWrapper <bool>("LewdDecay", this, false);

            Hooks.ApplyHooks();
        }