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