namespace StardewModdingAPI.Toolkit.Framework { /// Contains the SMAPI installer's constants and assumptions. internal static class Constants { /// The name of the game's main DLL, used to detect game folders. public const string GameDllName = "Stardew Valley.dll"; } }