7 lines
118 B
C#
7 lines
118 B
C#
namespace SharedLibraryCore.Events.Management;
|
|
|
|
public class ClientStateAuthorizeEvent : ClientStateEvent
|
|
{
|
|
|
|
}
|