Exemplo n.º 1
0
 void Awake()
 {
     cRigid   = GetComponent <Rigidbody>();
     cAcc     = GetComponent <PRAC_AI_Acc>();
     cCatcher = GetComponent <AI_CatchHandling>();
     cAud     = GetComponentInChildren <AD_Athletes>();
     mState   = PRAC_ATH_STATE.SPRE_SNAP;
 }
Exemplo n.º 2
0
 void Start()
 {
     cCatchHandler = GetComponentInParent <AI_CatchHandling>();
 }