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