diff options
Diffstat (limited to 'src/SMAPI/GamePlatform.cs')
-rw-r--r-- | src/SMAPI/GamePlatform.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SMAPI/GamePlatform.cs b/src/SMAPI/GamePlatform.cs index 174239e0..b64595e4 100644 --- a/src/SMAPI/GamePlatform.cs +++ b/src/SMAPI/GamePlatform.cs @@ -5,6 +5,9 @@ namespace StardewModdingAPI /// <summary>The game's platform version.</summary> public enum GamePlatform { + /// <summary>The Android version of the game.</summary> + Android = Platform.Android, + /// <summary>The Linux version of the game.</summary> Linux = Platform.Linux, |