This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,33 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
// Token: 0x0200000C RID: 12
[Token(Token = "0x200000C")]
[StructLayout(3)]
public static class TimeSpanExt
{
// Token: 0x06000026 RID: 38 RVA: 0x000020E4 File Offset: 0x000002E4
[Token(Token = "0x6000026")]
[Address(RVA = "0x3246FB0", Offset = "0x32459B0", VA = "0x183246FB0")]
public static bool IsOlderThanUTC(this DateTime? dateTime, TimeSpan timeSpan)
{
return default(bool);
}
// Token: 0x06000027 RID: 39 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000027")]
[Address(RVA = "0x32470E0", Offset = "0x3245AE0", VA = "0x1832470E0")]
public static string TimeSpanToHumanReadableStringShort(this TimeSpan timeSpan, string zeroUnit = "minute", bool shortUnit = false)
{
return null;
}
// Token: 0x06000028 RID: 40 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000028")]
[Address(RVA = "0x3247050", Offset = "0x3245A50", VA = "0x183247050")]
private static string Pluralize(string word, double total)
{
return null;
}
}