mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-22 16:06:37 +00:00
14 lines
197 B
C#
14 lines
197 B
C#
namespace PckStudio.Core
|
|
{
|
|
public enum ConsolePlatform
|
|
{
|
|
Unknown,
|
|
Xbox360,
|
|
XboxOne,
|
|
PS3,
|
|
PS4,
|
|
PSVita,
|
|
WiiU,
|
|
Switch
|
|
}
|
|
} |