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 : IPromise, IPromise, IEnumerator, ICancelablePromise { // Token: 0x0600000F RID: 15 [Token(Token = "0x600000F")] [Address(Slot = "0")] ICancelablePromise Canceled(Action onCanceled); } }