示例#1
0
 // Use this for initialization
 void Start()
 {
     client = transform.GetComponent<dzclient>();
     dzban = GameObject.Find("dzban").transform;
     mHand = dzban;
     mycosttext = GameObject.Find("mycosttext").GetComponent<UILabel>();
     enemycosttext = GameObject.Find("enemycosttext").GetComponent<UILabel>();
     mycosttext.text = "0/0";
     enemycosttext.text = "0/0";
 }
示例#2
0
 // Use this for initialization
 void Start()
 {
     client             = transform.GetComponent <dzclient>();
     dzban              = GameObject.Find("dzban").transform;
     mHand              = dzban;
     mycosttext         = GameObject.Find("mycosttext").GetComponent <UILabel>();
     enemycosttext      = GameObject.Find("enemycosttext").GetComponent <UILabel>();
     mycosttext.text    = "0/0";
     enemycosttext.text = "0/0";
 }