Exemple #1
0
    void Start()
    {
        cRigid = GetComponent <Rigidbody>();

        cAthlete   = GetComponent <AI_Athlete>();
        cTakeShove = GetComponent <AI_TakesShove>();
        cGivShv    = GetComponent <AI_GivesShove>();
        cAcc       = GetComponent <AI_Acc>();
    }