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); } }