Files
Apr2020-Cpp2Il-Dump/UnityEngine.CoreModule/UnityEngine/Playables/INotification.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

12 lines
175 B
C#

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