Dive.Start C# (CSharp) Méthode

Start() public méthode

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