scripts
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace CircuitsV2.Utilities
|
||||
{
|
||||
// Token: 0x0200021D RID: 541
|
||||
[Token(Token = "0x200015C")]
|
||||
[StructLayout(3)]
|
||||
public static class NodeNameHelper
|
||||
{
|
||||
// Token: 0x060011E7 RID: 4583 RVA: 0x00002098 File Offset: 0x00000298
|
||||
[Token(Token = "0x6000E58")]
|
||||
[Address(RVA = "0x247CF10", Offset = "0x247B910", VA = "0x18247CF10")]
|
||||
public static string GetFriendlyNodeName(Type nodeType)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user