Esempio n. 1
0
 void Start()
 {
     category = "tools";
     amount   = "1";
     curItem  = 1;
     curName  = "hand";
     casting  = false;
     bag      = GameObject.Find("Player").GetComponent <Actionctrl>();
 }
Esempio n. 2
0
 void Start()
 {
     category = "tools";
     amount = "1";
     curItem = 1;
     curName = "hand";
     casting = false;
     bag = GameObject.Find("Player").GetComponent<Actionctrl>();
 }