Files
MRCC/launcher/PCL-CE/Plain Craft Launcher 2/Modules/Updates/EnumUpdateChannel.cs
T

13 lines
113 B
C#
Raw Normal View History

namespace PCL;
public enum UpdateChannel
{
stable,
beta
}
public enum UpdateArch
{
x64,
arm64
}