This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,21 @@
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using Google.Protobuf.Collections;
namespace CircuitsV2.Utilities
{
// Token: 0x02000206 RID: 518
[Token(Token = "0x2000148")]
[StructLayout(3)]
public static class MapFieldExtensions
{
// Token: 0x0600112B RID: 4395 RVA: 0x00002096 File Offset: 0x00000296
[Token(Token = "0x6000DB1")]
[Address(RVA = "0x2045B00", Offset = "0x2044500", VA = "0x182045B00")]
public static void AddRange<K, V>(this MapField<K, V> self, IEnumerable<KeyValuePair<K, V>> values)
{
}
}
}