13 lines
264 B
C#
13 lines
264 B
C#
using System;
|
|
using UnityEngine.Scripting;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x020001F0 RID: 496
|
|
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
|
|
[RequiredByNativeCode]
|
|
public sealed class SharedBetweenAnimatorsAttribute : Attribute
|
|
{
|
|
}
|
|
}
|