UnitySerializedReferenceUI/Runtime/Attributes/SerializeReferenceMenuAttribute.cs

8 lines
151 B
C#
Raw Permalink Normal View History

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