/sdv-mod-KeyBindUI

Primary LanguageC#MIT LicenseMIT

KeyBindUI

Key bind UI

Install

  1. Install the latest version of SMAPI.
  2. Install this mod.
  3. Install EnaiumToolKit.
  4. Run the game using SMAPI.

Support your mod

You can declare a config field in your mod entry class.

public class ModEntry : Mod {
    
    public Config Config;
    
    public override void Entry(IModHelper helper) {
        Config = helper.ReadConfig<Config>();
    }
}