18 lines
357 B
C#
18 lines
357 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.Extensions
|
|
{
|
|
// Token: 0x020019B9 RID: 6585
|
|
[Token(Token = "0x20019B9")]
|
|
[StructLayout(3)]
|
|
public interface IHeartbeat
|
|
{
|
|
// Token: 0x0600B10E RID: 45326
|
|
[Token(Token = "0x600B10E")]
|
|
[Address(Slot = "0")]
|
|
void OnHeartbeatUpdate(TimeSpan dif);
|
|
}
|
|
}
|