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

9 lines
80 B
C#
Raw Normal View History

namespace PCL;
internal enum CrashConfidence
{
High,
Medium,
Low
}