コード例 #1
0
ファイル: PlayerHandler.cs プロジェクト: vitalyo7/mxo-hd
        public void processGetBackgroundRequest(ref byte[] packetData)
        {
            ServerPackets packet = new ServerPackets();

            packet.sendGetBackgroundMessage(Store.currentClient);
        }