Made InspectorCallable able to call the functions

This commit is contained in:
2026-01-24 12:14:43 +00:00
parent 5e44caca53
commit 7d3e74064e
3 changed files with 35 additions and 16 deletions

View File

@@ -17,5 +17,6 @@ public class TestMonoBehaviour : MonoBehaviour
[InspectorCallable("Other Test button")] public void DontLogTestValue()
{
Debug.Log("Test");
}
}