22 lines
554 B
C#
22 lines
554 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using System.Text;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace CircuitsV2.Utilities
|
|
{
|
|
// Token: 0x0200020C RID: 524
|
|
[Token(Token = "0x200014E")]
|
|
[StructLayout(3)]
|
|
public static class StringBuilderExtensions
|
|
{
|
|
// Token: 0x06001170 RID: 4464 RVA: 0x00002098 File Offset: 0x00000298
|
|
[Token(Token = "0x6000DF6")]
|
|
[Address(RVA = "0x2482010", Offset = "0x2480A10", VA = "0x182482010")]
|
|
public static StringBuilder AppendTimes(this StringBuilder self, string str, int times)
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
}
|