mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-22 22:35:28 +00:00
14 lines
203 B
C#
14 lines
203 B
C#
namespace PckStudio.Core
|
|
{
|
|
public enum ConsolePlatform
|
|
{
|
|
Unknown,
|
|
Xbox_360,
|
|
Xbox_One,
|
|
PS_3,
|
|
PS_4,
|
|
PS_Vita,
|
|
Wii_U,
|
|
Switch
|
|
}
|
|
} |