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

12 lines
175 B
C#

using System;
using Cpp2IlInjected;
namespace UnityEngine.Playables
{
// Token: 0x0200028B RID: 651
[Token(Token = "0x200028B")]
public interface INotification
{
}
}