GoalBallPlayerMovementV1.Start C# (CSharp) Method

Start() private method

initializes variables that need to be used by this script.
private Start ( ) : void
return void
	void Start ()
	{
		RB = gameObject.GetComponent<Rigidbody>();
	}
GoalBallPlayerMovementV1