namespaceStardewModdingAPI.Toolkit.Utilities{/// <summary>The game's platform version.</summary>publicenumPlatform{/// <summary>The Linux version of the game.</summary>Linux,/// <summary>The Mac version of the game.</summary>Mac,/// <summary>The Windows version of the game.</summary>Windows}}