scripts
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace CircuitsV2.Utilities
|
||||
{
|
||||
// Token: 0x0200022D RID: 557
|
||||
[Token(Token = "0x2000165")]
|
||||
[StructLayout(3)]
|
||||
public static class SetOnce
|
||||
{
|
||||
// Token: 0x06001245 RID: 4677 RVA: 0x00002096 File Offset: 0x00000296
|
||||
[Token(Token = "0x6000E98")]
|
||||
[Address(RVA = "0x1FAC780", Offset = "0x1FAB180", VA = "0x181FAC780")]
|
||||
public static void Set<T>(this SetOnce<T> self, in T value)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user