using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; public class DisplayManager : Singleton { void Start() { } // Update is called once per frame void Update() { } }