using static Common; using System.Collections.Generic; public class GameManager : DontDestroy { public List animalTypes; public List suitStyle; public List suitType; public List region; }