Files
MRCC/launcher/PCL-CE/Plain Craft Launcher 2/Modules/Minecraft/McInstanceState.cs
T

19 lines
228 B
C#
Raw Normal View History

namespace PCL;
public enum McInstanceState
{
Error,
Original,
Snapshot,
Fool,
OptiFine,
Old,
Forge,
NeoForge,
LiteLoader,
Fabric,
LegacyFabric,
Quilt,
Cleanroom,
LabyMod
}