示例#1
0
 public override void Start()
 {
     base.Start();
     propertyText = transform.Find("PropertyPanel/Text").GetComponent <Text>();
     gameMainUI   = GameObject.Find("Canvas").GetComponent <GameMainUI>();
     UpdatePropertyText();
 }
示例#2
0
 void Awake()
 {
     Instance = this;
 }
示例#3
0
 void Awake()
 {
     I = this;
 }
示例#4
0
 public override void Start()
 {
     base.Start();
     InitShop();
     gameMainUI = GameObject.Find("Canvas").GetComponent <GameMainUI>();
 }