29 lines
730 B
C#
29 lines
730 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace RecRoom
|
|
{
|
|
// Token: 0x02000022 RID: 34
|
|
[Token(Token = "0x2000022")]
|
|
[StructLayout(3)]
|
|
public static class EncodingExt
|
|
{
|
|
// Token: 0x06000091 RID: 145 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6000091")]
|
|
[Address(RVA = "0x3240530", Offset = "0x323EF30", VA = "0x183240530")]
|
|
public static string ToBase64String(this Guid guid)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06000092 RID: 146 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6000092")]
|
|
[Address(RVA = "0x3240610", Offset = "0x323F010", VA = "0x183240610")]
|
|
public static string ToBase64String(this byte[] bytes)
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
}
|