18 lines
388 B
C#
18 lines
388 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace CircuitsV2.Networking.Notifications
|
|
{
|
|
// Token: 0x020003CF RID: 975
|
|
[Token(Token = "0x20002C5")]
|
|
[StructLayout(3)]
|
|
public interface INotificationProvider
|
|
{
|
|
// Token: 0x06001F15 RID: 7957
|
|
[Token(Token = "0x6001A5E")]
|
|
[Address(Slot = "0")]
|
|
void PlayNotification(string notification);
|
|
}
|
|
}
|