2024-06-13 04:56:08 -04:00

8 lines
118 B
C#

namespace AssemblyRemapper.Enums;
internal enum EMatchResult
{
Disabled = 0,
NoMatch = 1,
Match = 2,
}