scripts
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace RecRoom.Async
|
||||
{
|
||||
// Token: 0x02000008 RID: 8
|
||||
[Token(Token = "0x2000008")]
|
||||
[StructLayout(3)]
|
||||
public interface ICancelablePromise<T> : IPromise<T>, IPromise, IEnumerator, ICancelablePromise
|
||||
{
|
||||
// Token: 0x0600000F RID: 15
|
||||
[Token(Token = "0x600000F")]
|
||||
[Address(Slot = "0")]
|
||||
ICancelablePromise<T> Canceled(Action onCanceled);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user