示例#1
0
 private void Awake()
 {
     this.label   = this.transform.GetComponent <UILabel>();
     coinsCounter = this;
 }
示例#2
0
 void Awake()
 {
     sharedInstance = this;
 }