Esempio n. 1
0
 // Update is called once per frame
 void Update()
 {
     text.text = Zodiac_Info.info();
 }
Esempio n. 2
0
 // Start is called before the first frame update
 void Start()
 {
     db       = gameObject.GetComponent <DB_init>();
     inp.text = Zodiac_Info.info();
 }