Revert "bnmb"

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