mirror of
https://github.com/kwsch/NHSE.git
synced 2026-07-17 00:31:10 -05:00
10 lines
145 B
C#
10 lines
145 B
C#
namespace NHSE.Injection
|
|
{
|
|
public enum InjectionResult
|
|
{
|
|
Skipped,
|
|
Success,
|
|
FailValidate,
|
|
Same,
|
|
}
|
|
} |