8 lines
177 B
C#
8 lines
177 B
C#
using PashaBibko.Pacore.Shared.Attributes;
|
|
using UnityEngine;
|
|
|
|
public class TestMonoBehaviour : MonoBehaviour
|
|
{
|
|
[InspectorReadOnly, SerializeField] private GameObject go;
|
|
}
|