public override void Awake()
 {
     base.Awake();
     control=GetComponent<Control>();
 }
Example #2
0
 void Awake()
 {
     control=GetComponent<Control>();
     timeStart=Time.realtimeSinceStartup;
 }