using UnityEngine; public static class PlayerData { static Vector3 playerPosition; static float playerRotation; static int numberOfOrbsCollected; }