public void SendMove(Move move) { //logging.PrintToConsole("Sending a move from antenna"); client.SendMove(move); moveNeeded = false; }