Inheritance: SagaLib.Packet
Ejemplo n.º 1
0
        public void OnSendGUID(SagaMap.Packets.Client.SendGUID p)
        {
            if (this.state != SESSION_STATE.NOT_IDENTIFIED) return;

            Packets.Server.Identify sendPacket = new Packets.Server.Identify();
            this.netIO.SendPacket(sendPacket, this.SessionID);
        }
Ejemplo n.º 2
0
        public void OnSendGUID(SagaMap.Packets.Client.SendGUID p)
        {
            if (this.state != SESSION_STATE.NOT_IDENTIFIED)
            {
                return;
            }

            Packets.Server.Identify sendPacket = new Packets.Server.Identify();
            this.netIO.SendPacket(sendPacket, this.SessionID);
        }