@betorigami/games 2.3.3 → 2.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +228 -232
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -7029,6 +7029,7 @@ export declare class BlackjackGame extends GameComponent {
|
|
|
7029
7029
|
private finishRound;
|
|
7030
7030
|
private waitForAllCardsToBeIdle;
|
|
7031
7031
|
private accumulateBetActions;
|
|
7032
|
+
private executeNextAction;
|
|
7032
7033
|
private onBuyInsurance;
|
|
7033
7034
|
private onDeclineInsurance;
|
|
7034
7035
|
private afterInsuranceDecision;
|