summaryrefslogtreecommitdiff
path: root/src/SMAPI.Installer/Enums/Platform.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-04-13 23:47:24 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-04-13 23:47:24 -0400
commit45f4f85b7e74e0cffd345310d6aabc95c12dac26 (patch)
tree902b7a796d84060aeb9981d8b12bcd864237437e /src/SMAPI.Installer/Enums/Platform.cs
parent504733dec7d629335b83841af38cd5da91d5231f (diff)
downloadSMAPI-45f4f85b7e74e0cffd345310d6aabc95c12dac26.tar.gz
SMAPI-45f4f85b7e74e0cffd345310d6aabc95c12dac26.tar.bz2
SMAPI-45f4f85b7e74e0cffd345310d6aabc95c12dac26.zip
add MacOS detection
Diffstat (limited to 'src/SMAPI.Installer/Enums/Platform.cs')
-rw-r--r--src/SMAPI.Installer/Enums/Platform.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/SMAPI.Installer/Enums/Platform.cs b/src/SMAPI.Installer/Enums/Platform.cs
deleted file mode 100644
index 9bcaa3c3..00000000
--- a/src/SMAPI.Installer/Enums/Platform.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-namespace StardewModdingApi.Installer.Enums
-{
- /// <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