PlayerHealthBar.Start C# (CSharp) Method

Start() private method

private Start ( ) : void
return void
	void Start () {
		player = (Fighter) GameObject.FindObjectOfType (typeof (Fighter));
		hp = player.health;
		maxhp = player.maxHealth;
		healthPercent = 1;
		initialGlobeSize = globeSize;
		initialGlobeHeight = globeHeight;
	}
	// Update is called once per frame