mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-15 09:43:35 -05:00
define new event types
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace SharedLibraryCore.Events.Management;
|
||||
|
||||
public class NotifyAfterDelayRequestEvent : ManagementEvent
|
||||
{
|
||||
public int DelayMs { get; init; }
|
||||
public Action Action { get; init; }
|
||||
}
|
Reference in New Issue
Block a user