Added drawer for readonly attrtibute

This commit is contained in:
2026-01-23 17:46:43 +00:00
parent 72ece4bf48
commit b742651e62
14 changed files with 130 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
using PashaBibko.Pacore.Shared.Attributes;
using UnityEngine;
public class TestMonoBehaviour : MonoBehaviour
{
[InspectorReadOnly, SerializeField] private GameObject go;
}