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