oh dear
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user