namespaceStardewModdingAPI.Internal{/// <summary>The game's platform version.</summary>internalenumPlatform{/// <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}}