Files
SPT-Server-Build/Core/Models/Spt/Callbacks/ItemEventCallbacks.cs
T
2025-01-06 18:22:04 +00:00

9 lines
261 B
C#

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