Files
SPT-Server-Build/Core/Callbacks/ItemEventCallbacks.cs
T

9 lines
250 B
C#

namespace Core.Callbacks;
public class ItemEventCallbacks
{
public GetBodyResponseData<ItemEventRouterResponse> HandleEvents(string url, ItemEventRouterRequest info, string sessionID)
{
throw new NotImplementedException();
}
}