scripts
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace RecRoom.Async
|
||||
{
|
||||
// Token: 0x0200000C RID: 12
|
||||
[Token(Token = "0x200000C")]
|
||||
[StructLayout(3)]
|
||||
public class CombinePromise : Promise
|
||||
{
|
||||
// Token: 0x0600002A RID: 42 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x600002A")]
|
||||
[Address(RVA = "0xF76370", Offset = "0xF74D70", VA = "0x180F76370")]
|
||||
public CombinePromise(IPromise promise, IPromise promise1)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600002B RID: 43 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x600002B")]
|
||||
[Address(RVA = "0xF761B0", Offset = "0xF74BB0", VA = "0x180F761B0")]
|
||||
public CombinePromise(IPromise promise, IPromise promise1, IPromise promise2, IPromise promise3)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600002C RID: 44 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x600002C")]
|
||||
[Address(RVA = "0xF76470", Offset = "0xF74E70", VA = "0x180F76470")]
|
||||
public CombinePromise(IReadOnlyList<IPromise> promises)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600002D RID: 45 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x600002D")]
|
||||
[Address(RVA = "0xF76150", Offset = "0xF74B50", VA = "0x180F76150")]
|
||||
private void InnerError(string promiseError)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600002E RID: 46 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x600002E")]
|
||||
[Address(RVA = "0xF76030", Offset = "0xF74A30", VA = "0x180F76030")]
|
||||
private void Countdown()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0400000F RID: 15
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x38")]
|
||||
[Token(Token = "0x400000F")]
|
||||
private int countdownLatch;
|
||||
|
||||
// Token: 0x04000010 RID: 16
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x40")]
|
||||
[Token(Token = "0x4000010")]
|
||||
protected readonly IReadOnlyList<IPromise> promises;
|
||||
|
||||
// Token: 0x04000011 RID: 17
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x48")]
|
||||
[Token(Token = "0x4000011")]
|
||||
private readonly List<string> innerErrors;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user