zz
This commit is contained in:
9
GlobalTorch/API/EventResult.cs
Normal file
9
GlobalTorch/API/EventResult.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Global.API
|
||||
{
|
||||
public enum EventResult
|
||||
{
|
||||
Allow,
|
||||
Continue,
|
||||
Deny
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user