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