mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 17:08:00 +02:00
14 lines
251 B
Beef
14 lines
251 B
Beef
![]() |
namespace System
|
||
|
{
|
||
|
public enum PlatformID
|
||
|
{
|
||
|
Win32S = 0,
|
||
|
Win32Windows = 1,
|
||
|
Win32NT = 2,
|
||
|
WinCE = 3,
|
||
|
Unix = 4,
|
||
|
Xbox = 5,
|
||
|
MacOSX = 6
|
||
|
}
|
||
|
}
|