public void SendMove(Move move) { Debug.Log($"Sending a move from cube {x}, {y}, {z}"); antenna.SendMove(move); }