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

9 lines
231 B
C#

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