Files
SPT-Server-Build/Libraries/SPTarkov.Server.Core/Models/Eft/ItemEvent/ItemEventRouterResponse.cs
T
2025-03-07 13:16:43 +00:00

8 lines
275 B
C#

namespace SPTarkov.Server.Core.Models.Eft.ItemEvent;
/// <summary>
/// An object sent back to the game client that contains alterations the client must make to ensure server/client are in sync
/// </summary>
public record ItemEventRouterResponse : ItemEventRouterBase
{
}