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