Exemplo n.º 1
0
 public void HideCannotBuildIndicator()
 {
     CannotBuildIndicator.GetComponent <SpriteRenderer>().enabled = false;
 }
Exemplo n.º 2
0
 public void ShowCannotBuildIndicator()
 {
     CannotBuildIndicator.GetComponent <SpriteRenderer>().enabled = true;
 }