SquareDash/Library/PackageCache/com.unity.timeline@1.8.6/Runtime/Events/Signals/CustomSignalEventDrawer.cs
kingjuulian06 0efb85038a Arbeit 2
2023-11-21 22:03:49 +01:00

6 lines
176 B
C#

namespace UnityEngine.Timeline
{
//used to tell Signal Handler inspector to use a special drawer for UnityEvent
class CustomSignalEventDrawer : PropertyAttribute { }
}