scripts
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace CircuitsV2.Utilities
|
||||
{
|
||||
// Token: 0x0200022E RID: 558
|
||||
[Token(Token = "0x2000166")]
|
||||
[StructLayout(3)]
|
||||
public sealed class TodoException : Exception
|
||||
{
|
||||
// Token: 0x06001246 RID: 4678 RVA: 0x00002096 File Offset: 0x00000296
|
||||
[Token(Token = "0x6000E99")]
|
||||
[Address(RVA = "0x24821B0", Offset = "0x2480BB0", VA = "0x1824821B0")]
|
||||
public TodoException([Optional] string todoTask)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user