This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
using System;
using System.Diagnostics;
using Cpp2IlInjected;
namespace Backtrace.Unity.Common
{
// Token: 0x0200004B RID: 75
[Token(Token = "0x2000036")]
internal static class MetricsHelper
{
// Token: 0x06000230 RID: 560 RVA: 0x00002068 File Offset: 0x00000268
[Token(Token = "0x60001D7")]
[Address(RVA = "0x24177C0", Offset = "0x24165C0", VA = "0x1824177C0")]
public static string GetMicroseconds(this Stopwatch stopwatch)
{
return null;
}
}
}