using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace CircuitsV2.Utilities { // Token: 0x020001D7 RID: 471 [Token(Token = "0x200013A")] [StructLayout(3)] public static class ByteArrayExt { // Token: 0x06001034 RID: 4148 RVA: 0x00002098 File Offset: 0x00000298 [Token(Token = "0x6000D46")] [Address(RVA = "0x5AA610", Offset = "0x5A9010", VA = "0x1805AA610")] public static byte[] Deflate(this byte[] self) { return null; } // Token: 0x06001035 RID: 4149 RVA: 0x00002098 File Offset: 0x00000298 [Token(Token = "0x6000D47")] [Address(RVA = "0x5AA870", Offset = "0x5A9270", VA = "0x1805AA870")] public static byte[] Inflate(this byte[] self) { return null; } } }