コード例 #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();
 }