Rollback on createPromise switched to public
This commit is contained in:
parent
ad95fa5e11
commit
8c43c2e6e8
@ -165,7 +165,7 @@ export class GameScene extends DirtyScene {
|
||||
value: RoomJoinedMessageInterface | PromiseLike<RoomJoinedMessageInterface>
|
||||
) => void;
|
||||
// A promise that will resolve when the "create" method is called (signaling loading is ended)
|
||||
public createPromise: Promise<void>;
|
||||
private createPromise: Promise<void>;
|
||||
private createPromiseResolve!: (value?: void | PromiseLike<void>) => void;
|
||||
private iframeSubscriptionList!: Array<Subscription>;
|
||||
private peerStoreUnsubscribe!: () => void;
|
||||
|
Loading…
Reference in New Issue
Block a user