namespace StardewModdingAPI.Framework { /// The game's platform version. internal enum Platform { /// The Linux/Mac version of the game. Mono, /// The Windows version of the game. Windows } }