1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2024-10-17 12:42:51 +02:00
Minecraft-Phantom-Panel/Common/Phantom.Common.Data/Minecraft/MinecraftServerKind.cs
2024-07-14 10:40:49 +02:00

8 lines
128 B
C#

namespace Phantom.Common.Data.Minecraft;
public enum MinecraftServerKind : ushort {
Vanilla = 1,
Fabric = 2,
Forge = 3
}