scripts
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace CircuitsV2.Utilities
|
||||
{
|
||||
// Token: 0x02000208 RID: 520
|
||||
[Token(Token = "0x200014A")]
|
||||
[StructLayout(3)]
|
||||
public static class RandomExt
|
||||
{
|
||||
// Token: 0x06001130 RID: 4400 RVA: 0x000075A4 File Offset: 0x000057A4
|
||||
[Token(Token = "0x6000DB6")]
|
||||
[Address(RVA = "0x247E0D0", Offset = "0x247CAD0", VA = "0x18247E0D0")]
|
||||
public static ulong RandomU64()
|
||||
{
|
||||
return 0UL;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user