Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PlatformID.cs
Go to the documentation of this file.
2
3namespace System;
4
5public enum PlatformID
6{
7 [EditorBrowsable(EditorBrowsableState.Never)]
8 Win32S,
9 [EditorBrowsable(EditorBrowsableState.Never)]
11 Win32NT,
12 [EditorBrowsable(EditorBrowsableState.Never)]
13 WinCE,
14 Unix,
15 [EditorBrowsable(EditorBrowsableState.Never)]
16 Xbox,
17 [EditorBrowsable(EditorBrowsableState.Never)]
18 MacOSX,
19 Other
20}