scripts
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Threading.Tasks;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace RecRoom.Async
|
||||
{
|
||||
// Token: 0x02000020 RID: 32
|
||||
[Token(Token = "0x2000020")]
|
||||
[StructLayout(3)]
|
||||
public static class PromiseTaskBridge
|
||||
{
|
||||
// Token: 0x060000AC RID: 172 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x60000AC")]
|
||||
[Address(RVA = "0x20474C0", Offset = "0x2045EC0", VA = "0x1820474C0")]
|
||||
public static Task<TResult> AsTask<TResult>(this IPromise<TResult> promise)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user