IW4M-Admin/SharedLibraryCore/Events/Management/NotifyAfterDelayCompleteEvent.cs

9 lines
173 B
C#
Raw Normal View History

2023-02-11 22:03:35 -05:00
using System;
namespace SharedLibraryCore.Events.Management;
public class NotifyAfterDelayCompleteEvent : ManagementEvent
{
public Delegate Action { get; init; }
}