Server.Monitor.receivePacketSession C# (CSharp) 메소드

receivePacketSession() 공개 메소드

public receivePacketSession ( PacketSession ps ) : void
ps PacketSession
리턴 void
        public override void receivePacketSession(PacketSession ps)
        {
            _server.sendPacketToClient(ps, ps.Identifier.Id);
        }