Files
TheVVaS-Assets/RPGCoreCommon/Helpers/Runtime/PropertyAttributeDrawers/ObjectPickerAttribute.cs
T

9 lines
207 B
C#

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