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
+26
View File
@@ -0,0 +1,26 @@
using System;
using Cpp2IlInjected;
namespace System
{
// Token: 0x02000073 RID: 115
[Token(Token = "0x2000073")]
internal static class StringExtensions
{
// Token: 0x060001E3 RID: 483 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60001E3")]
[Address(RVA = "0x516670", Offset = "0x515470", VA = "0x180516670")]
internal static string SubstringTrim(this string value, int startIndex)
{
return null;
}
// Token: 0x060001E4 RID: 484 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60001E4")]
[Address(RVA = "0x516510", Offset = "0x515310", VA = "0x180516510")]
internal static string SubstringTrim(this string value, int startIndex, int length)
{
return null;
}
}
}