mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-12 17:10:45 -05:00
9 lines
135 B
C#
9 lines
135 B
C#
namespace ReCodeItLib.Enums;
|
|
|
|
internal enum EMatchResult
|
|
{
|
|
Disabled = 0,
|
|
NoMatch = 1,
|
|
Match = 2,
|
|
HandleDirect = 3,
|
|
} |