Keeps the repo root clean - only README.md visible on landing page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 lines
212 B
C#
5 lines
212 B
C#
var customHeader = new Header(Destination.Server, (short)1952); //packetname RoomNetworkOpenConnection
|
|
var packet = new Packet(customHeader, Client);
|
|
packet.WriteInt(4);;
|
|
packet.WriteInt(1);
|
|
Send(packet); |