Exemplo n.º 1
0
 // Start is called before the first frame update
 void Start()
 {
     coinScript = gameObject.GetComponent <Coin2>();
 }
Exemplo n.º 2
0
 public override string ToString()
 {
     return(Coin1.ToLower() + "_" + Coin2.ToLower());
 }