12 lines
175 B
C#
12 lines
175 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace UnityEngine.Playables
|
|
{
|
|
// Token: 0x0200028B RID: 651
|
|
[Token(Token = "0x200028B")]
|
|
public interface INotification
|
|
{
|
|
}
|
|
}
|