Files
Jan2021-Cpp2Il-Dump/RecRoom.Circuitsv2.Runtime/CircuitsV2/Networking/Timing/ITimeProvider.cs
T
2026-04-08 23:40:05 +02:00

23 lines
436 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace CircuitsV2.Networking.Timing
{
// Token: 0x020003CE RID: 974
[Token(Token = "0x20002C4")]
[StructLayout(3)]
public interface ITimeProvider
{
// Token: 0x170007B9 RID: 1977
// (get) Token: 0x06001F14 RID: 7956
[Token(Token = "0x1700079A")]
float CurrentTime
{
[Token(Token = "0x6001A5D")]
[Address(Slot = "0")]
get;
}
}
}