Files
Ragon/Ragon/Sources/Server/Http/WebSocketPacket.cs
T
2022-10-22 21:34:35 +04:00

7 lines
101 B
C#

namespace Ragon.Core;
public class WebSocketPacket
{
public ushort PeerId;
public byte[] Data;
}