示例#1
0
        public static bool Send(Objects.Client client, Objects.Location location)
        {
            TileUpdatePacket p = new TileUpdatePacket(client);

            p.Location = location;
            return(p.Send());
        }
示例#2
0
 public static bool Send(Objects.Client client, Objects.Location location)
 {
     TileUpdatePacket p = new TileUpdatePacket(client);
     p.Location = location;
     return p.Send();
 }