hds.RPCPacket.RPCPacket C# (CSharp) Method

RPCPacket() public method

public RPCPacket ( WorldClient _client ) : System
_client WorldClient
return System
        public RPCPacket(WorldClient _client)
        {
            destClient = _client;
            din = new DynamicArray();
            this.addedMsgBlocks = 0;
            this.rpcInside = 0;
        }