PacketMediator/RaiNote.PacketMediator/IntermediateHandlerAndStructTuple.cs
Timothy Schenk da32bd5957
rough outline
Signed-off-by: Timothy Schenk <admin@rainote.dev>
2025-01-20 00:47:51 +01:00

5 lines
No EOL
181 B
C#

namespace RaiNote.PacketMediator;
internal record IntermediateHandlerAndStructTuple(
IntermediatePacketHandlerData HandlerData,
IntermediatePacketStructData StructData);