mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-27 01:35:44 +00:00
9 lines
105 B
C#
9 lines
105 B
C#
namespace PckStudio.Core
|
|
{
|
|
public enum LCEGameVersion
|
|
{
|
|
_1_13,
|
|
_1_14,
|
|
}
|
|
}
|