Add GamePlatform Android
This commit is contained in:
parent
fda5764810
commit
a2976ca5f6
|
@ -12,7 +12,7 @@ namespace StardewModdingAPI.Internal
|
||||||
/// <summary>The Windows version of the game.</summary>
|
/// <summary>The Windows version of the game.</summary>
|
||||||
Windows,
|
Windows,
|
||||||
|
|
||||||
/// <summary>The Windows version of the game.</summary>
|
/// <summary>The Android version of the game.</summary>
|
||||||
Android
|
Android
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,9 @@ namespace StardewModdingAPI
|
||||||
Mac = Platform.Mac,
|
Mac = Platform.Mac,
|
||||||
|
|
||||||
/// <summary>The Windows version of the game.</summary>
|
/// <summary>The Windows version of the game.</summary>
|
||||||
Windows = Platform.Windows
|
Windows = Platform.Windows,
|
||||||
|
|
||||||
|
/// <summary>The Android version of the game.</summary>
|
||||||
|
Android = Platform.Android
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue