private void Awake() { playerStats = GetComponentInParent <PlayerStats>(); weaponSlotManager = GetComponent <WeaponSlotManager>(); }