using static Common; using System.Collections.Generic; using UnityEngine; public class GameManager : DontDestroy { public List animalTypes; public List suitStyle; public List suitType; public List region; protected override void OnAwake() { Application.targetFrameRate = 100; } }