Skip to content

Commit

Permalink
Add bridge event to effect
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Dec 25, 2023
1 parent f1ea2ed commit a2683be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/sdk-core/src/effect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ export class Effect {
const allowExit = context.allowExit;
const transfers: Transfer[] = [];
const launchSubGames: LaunchSubGame[] = [];
const bridgeEvents: EmitBridgeEvent[] = [];
return new Effect({
actionTimeout,
waitTimeout,
Expand All @@ -284,6 +285,7 @@ export class Effect {
allowExit,
transfers,
launchSubGames,
bridgeEvents,
});
}
}

0 comments on commit a2683be

Please sign in to comment.