UnitySerializedReferenceUI/Runtime/Attributes/SerializeReferenceButtonAttribute.cs

8 lines
153 B
C#
Raw Normal View History

using System;
using UnityEngine;
[AttributeUsage(AttributeTargets.Field)]
public class SerializeReferenceButtonAttribute : PropertyAttribute
{
}