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

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