using System;
using UnityEngine;
namespace Gameplay.Performance.Cmp
{
public class CmpUIMainScene : MonoBehaviour
public static CmpUIMainScene instance;
private void Awake()
instance = this;
}