Files
SPT-Server-Build/Core/Services/MatchLocationService.cs
T
2025-01-09 19:26:55 +00:00

10 lines
165 B
C#

namespace Core.Services;
public class MatchLocationService
{
public void DeleteGroup(object info)
{
throw new NotImplementedException();
}
}