Files
2026-06-04 11:42:34 +02:00

11 lines
202 B
C#

using System;
namespace UnityEngine.Timeline
{
// Token: 0x02000013 RID: 19
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Field)]
public class NotKeyableAttribute : Attribute
{
}
}