Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

19 lines
427 B
C#

using System;
using Cpp2IlInjected;
using UnityEngine.Scripting;
namespace UnityEngine.Playables
{
// Token: 0x0200028C RID: 652
[Token(Token = "0x200028C")]
[RequiredByNativeCode]
public interface INotificationReceiver
{
// Token: 0x06001052 RID: 4178
[Token(Token = "0x6001052")]
[Address(Slot = "0")]
[RequiredByNativeCode]
void OnNotify(Playable origin, INotification notification, object context);
}
}