Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PlatformType.cs
Go to the documentation of this file.
1namespace ReLogic.OS;
2
3public enum PlatformType
4{
5 Windows,
6 OSX,
7 Linux
8}