SeePlayer.Awake C# (CSharp) Method

Awake() public method

public Awake ( ) : void
return void
    void Awake()
    {
        player = GameObject.FindWithTag("Player");
        startRot = transform.rotation;
    }