Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/BestHTTP/Extensions/IHeartbeat.cs
T
2026-04-08 23:40:05 +02:00

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);
}
}