Files
SPT-Server-Build/Libraries/Core/Models/Eft/ItemEvent/ItemEventRouterResponse.cs
T
TetrisGG 28a434a622 Update Models Comments
Changed Comments to adhere to xml standard in all Models.
Added missing comments.
2025-03-04 22:38:11 +01:00

8 lines
259 B
C#

namespace 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
{
}