Dive.Start C# (CSharp) Метод

Start() публичный Метод

Initializes all of the variables needed for this script.
public Start ( ) : void
Результат void
	void Start ()
    {
        GBPM = GetComponent<GoalBallPlayerMovementV1>();
		diveCount = 0;
        player = gameObject;
	}