Files
SPT-Server-Build/Core/Models/Eft/Ws/WsGroupMatchInviteAccept.cs
T
2025-01-07 12:51:59 +00:00

7 lines
178 B
C#

using Core.Models.Eft.Match;
namespace Core.Models.Eft.Ws;
public class WsGroupMatchInviteAccept : WsNotificationEvent, GroupCharacter // TODOL trying to inherit multiTypes
{
}