scripts
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine
|
||||
{
|
||||
// Token: 0x020001FA RID: 506
|
||||
internal enum AnimationEventSource
|
||||
{
|
||||
// Token: 0x0400054A RID: 1354
|
||||
NoSource,
|
||||
// Token: 0x0400054B RID: 1355
|
||||
Legacy,
|
||||
// Token: 0x0400054C RID: 1356
|
||||
Animator
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user