This commit is contained in:
CuongNV
2026-05-25 10:35:44 +07:00
parent 9aee39c47f
commit 5d1a386148
+1 -1
View File
@@ -4,7 +4,7 @@ using UnityEngine;
namespace BrewMonster
{
[CustomEditor(typeof(MonoBehaviour), true)]
public class DebuggableInspector : Editor
public class DebuggableInspector : UnityEditor.Editor
{
public override void OnInspectorGUI()
{