// Use this for initialization void Start() { health = maxHealth; energy = maxEnergy; level = 0; animationController.AttachWeapon(); animationController.AttachArmor(); animationController.AttachArtifact(); }