added: debug overlay functional
This commit is contained in:
10
Assets/Scripts/Core/Tools/DebugOverlayEntry.cs
Normal file
10
Assets/Scripts/Core/Tools/DebugOverlayEntry.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Reset.Core.Tools{
|
||||
public class DebugOverlayEntry{
|
||||
public string page;
|
||||
public string trackedName;
|
||||
public string trackedValue;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user