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;
	}