mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-13 05:50:45 -05:00
9 lines
146 B
C#
9 lines
146 B
C#
![]() |
namespace AssemblyRemapper.Models;
|
|||
|
|
|||
|
internal enum EMatchResult
|
|||
|
{
|
|||
|
NoMatch = -1,
|
|||
|
Disabled = 0,
|
|||
|
SearchedNoResult = 1,
|
|||
|
Match = 2,
|
|||
|
}
|