scripts
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace CircuitsV2.Utilities
|
||||
{
|
||||
// Token: 0x020001D8 RID: 472
|
||||
[Token(Token = "0x200013B")]
|
||||
[StructLayout(3)]
|
||||
public static class ByteExt
|
||||
{
|
||||
// Token: 0x06001036 RID: 4150 RVA: 0x00006F5C File Offset: 0x0000515C
|
||||
[Token(Token = "0x6000D48")]
|
||||
[Address(RVA = "0x5AA5F0", Offset = "0x5A8FF0", VA = "0x1805AA5F0")]
|
||||
public static bool BoolRepr(this byte self)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user