0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-13 08:30:45 -05:00
assembly-tool/RecodeItLib/Enums/EMatchResult.cs
2024-06-14 19:06:21 -04:00

9 lines
132 B
C#

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