namespace StardewModdingApi.Installer.Enums { /// <summary>The game's platform version.</summary> internal enum Platform { /// <summary>The Linux/Mac version of the game.</summary> Mono, /// <summary>The Windows version of the game.</summary> Windows } }