using System; using UnityEngine; [Serializable] public class NewMainMenuTrophy { public string PlayerPrefName; public GameObject TrophyObject; }