This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
using System;
using Cpp2IlInjected;
namespace Backtrace.Unity.Common
{
// Token: 0x0200004A RID: 74
[Token(Token = "0x2000035")]
internal static class DateTimeHelper
{
// Token: 0x0600022F RID: 559 RVA: 0x00002864 File Offset: 0x00000A64
[Token(Token = "0x60001D6")]
[Address(RVA = "0x2417050", Offset = "0x2415E50", VA = "0x182417050")]
public static int Timestamp()
{
return 0;
}
}
}