summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Framework/Platform.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2016-11-29 14:02:59 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2016-11-29 14:02:59 -0500
commit5470e95bf59e5e3bae249ead6909163390fb2af3 (patch)
tree52d6fd8aabd03b1ee30615aa14f954f3df8ecee5 /src/StardewModdingAPI/Framework/Platform.cs
parentb425e320558299bf6dd0c9252efec24e63ad3605 (diff)
downloadSMAPI-5470e95bf59e5e3bae249ead6909163390fb2af3.tar.gz
SMAPI-5470e95bf59e5e3bae249ead6909163390fb2af3.tar.bz2
SMAPI-5470e95bf59e5e3bae249ead6909163390fb2af3.zip
add separate project to support upcoming IL rewriting (#166)
Diffstat (limited to 'src/StardewModdingAPI/Framework/Platform.cs')
-rw-r--r--src/StardewModdingAPI/Framework/Platform.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/StardewModdingAPI/Framework/Platform.cs b/src/StardewModdingAPI/Framework/Platform.cs
deleted file mode 100644
index cab81e06..00000000
--- a/src/StardewModdingAPI/Framework/Platform.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-namespace StardewModdingAPI.Framework
-{
- /// <summary>The game's platform version.</summary>
- internal enum Platform
- {
- /// <summary>The Linux/Mac version of the game.</summary>
- Mono,
-
- /// <summary>The Windows version of the game.</summary>
- Windows
- }
-} \ No newline at end of file