0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-13 09:50:44 -05:00
2024-06-13 17:05:34 -04:00

9 lines
140 B
C#

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