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