public static bool Send(Objects.Client client, Constants.Direction direction)
        {
            MovePacket p = new MovePacket(client, direction);

            return(p.Send());
        }
Exemple #2
0
 public static bool Send(Objects.Client client, Constants.Direction direction)
 {
     MovePacket p = new MovePacket(client, direction);
     return p.Send();
 }