15 lines
291 B
C#
15 lines
291 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine.Scripting;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x02000002 RID: 2
|
|
[Token(Token = "0x2000002")]
|
|
[RequiredByNativeCode]
|
|
[AttributeUsage(AttributeTargets.Class)]
|
|
public sealed class SharedBetweenAnimatorsAttribute : Attribute
|
|
{
|
|
}
|
|
}
|