using System;
using UnityEngine;
public class DebugScreenMono: MonoBehaviour
{
private void OnGUI()
DebugScreen.Instance.DrawSafeAreaRect();
}
private void OnDestroy()