Added CreateInstanceOnStart attribute

This commit is contained in:
2026-01-24 18:41:41 +00:00
parent 17e86b26a6
commit b6cfd020ba
6 changed files with 50 additions and 3 deletions

View File

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