scripts
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace RecRoom.Async
|
||||
{
|
||||
// Token: 0x0200000D RID: 13
|
||||
[Token(Token = "0x200000D")]
|
||||
[StructLayout(3)]
|
||||
public class ErroredPromiseException : Exception
|
||||
{
|
||||
// Token: 0x0600002F RID: 47 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x600002F")]
|
||||
[Address(RVA = "0xF767E0", Offset = "0xF751E0", VA = "0x180F767E0")]
|
||||
public ErroredPromiseException(string message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user