示例#1
0
 void Start()
 {
     textField = GetComponent <Text>();
     toAlert   = GetComponent <DynamicHUD>();
 }
示例#2
0
 void Start()
 {
     toAlert = GetComponent <DynamicHUD>();
 }