using System.Collections.Generic; using UnityEngine; namespace Reset.Core.Tools{ public class DebugOverlayEntry{ public string page; public string trackedName; public string trackedValue; } }