using UnityEngine;
public class GameManager : DontDestroy<GameManager>
{
protected override void OnAwake()
Application.targetFrameRate = 100;
}