Files
SPT-Server-Build/Core/Models/Eft/Ws/WsPing.cs
T
2025-01-08 13:41:25 +00:00

5 lines
76 B
C#

namespace Core.Models.Eft.Ws;
public class WsPing : WsNotificationEvent
{
}