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

8 lines
86 B
C#
Raw Normal View History

namespace PCL;
internal enum DetectionPhase
{
Fatal,
Primary,
Secondary
}