HitDetection.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
    void Start()
    {
        adrenalineController = GameObject.FindGameObjectWithTag("UI").GetComponent<AdrenalineController>();
        audioMngr = GameObject.FindObjectOfType<AudioManager> ();
        player = GameObject.FindGameObjectWithTag ("Player");
    }