Exemple #1
0
 public override string ToString()
 {
     return($"Object at: {square.GetComponent<SquareController>().column},{square.GetComponent<SquareController>().row}");
 }