summaryrefslogtreecommitdiff
path: root/src/SMAPI.Internal/Platform.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI.Internal/Platform.cs')
-rw-r--r--src/SMAPI.Internal/Platform.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/SMAPI.Internal/Platform.cs b/src/SMAPI.Internal/Platform.cs
deleted file mode 100644
index 81ca5c1f..00000000
--- a/src/SMAPI.Internal/Platform.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-namespace StardewModdingAPI.Internal
-{
- /// <summary>The game's platform version.</summary>
- internal enum Platform
- {
- /// <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
- }
-}