namespace StardewModdingApi.Installer.Enums { /// The action to perform. internal enum ScriptAction { /// Install SMAPI to the game directory. Install, /// Remove SMAPI from the game directory. Uninstall } }