diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-29 14:02:59 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-29 14:02:59 -0500 |
commit | 5470e95bf59e5e3bae249ead6909163390fb2af3 (patch) | |
tree | 52d6fd8aabd03b1ee30615aa14f954f3df8ecee5 /src/StardewModdingAPI/Framework/Platform.cs | |
parent | b425e320558299bf6dd0c9252efec24e63ad3605 (diff) | |
download | SMAPI-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.cs | 12 |
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 |