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