using UnityEngine; public class PlayerStats : MonoBehaviour { public int numberOfOrbsCollected = 0; }