Files
SPT-Server-Build/Core/Models/Eft/Ws/WsPing.cs
T
2025-01-07 06:04:21 -05:00

6 lines
78 B
C#

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