mirror of
https://gitgud.io/AbstractConcept/rimworld-animation-studio.git
synced 2024-08-15 00:43:27 +00:00
5 lines
175 B
C#
5 lines
175 B
C#
namespace UnityEngine.Timeline
|
|
{
|
|
//used to tell Signal Handler inspector to use a special drawer for UnityEvent
|
|
class CustomSignalEventDrawer : PropertyAttribute {}
|
|
}
|