using UnityEngine; namespace RPGCoreCommon.Helpers.PropertyAttributeDrawers { public class SerializeReferenceHelperAttribute : PropertyAttribute { // TODO: zrobić to + drawer SerializeReferenceHelperDrawer } }