Dive.Start C# (CSharp) Method

Start() public method

Initializes all of the variables needed for this script.
public Start ( ) : void
return void
	void Start ()
    {
        GBPM = GetComponent<GoalBallPlayerMovementV1>();
		diveCount = 0;
        player = gameObject;
	}