Ejemplo n.º 1
0
        public static void QueryGuildMemberLocations(NetState state, CircularBufferReader reader, int packetLength)
        {
            Mobile from = state.Mobile;

            state.SendGuildMemberLocations(from, from.Guild as Guild, reader.ReadBoolean());
        }
Ejemplo n.º 2
0
        public static void QueryGuildMemberLocations(NetState ns, CircularBufferReader reader)
        {
            Mobile from = ns.Mobile;

            ns.SendGuildMemberLocations(from, from.Guild as Guild, reader.ReadBoolean());
        }