Esempio n. 1
0
 void Start()
 {
     info = gameObject.GetComponent <InputsInfo>();
 }
 // Use this for initialization
 void Start()
 {
     info           = gameObject.GetComponent <InputsInfo>();
     inputManager   = gameObject.GetComponent <InputManager>();
     nextActionTime = Time.time + period;
 }