scripts
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.Timeline
|
||||
{
|
||||
// Token: 0x0200001C RID: 28
|
||||
internal interface ITimelineEvaluateCallback
|
||||
{
|
||||
// Token: 0x060000EB RID: 235
|
||||
void Evaluate();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user