@betorigami/games 1.14.2 → 1.14.4

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 CHANGED
@@ -6467,6 +6467,7 @@ declare abstract class ChipTableGameComponent extends GameComponent {
6467
6467
  /** Game-specific max payout check (uses derived state). */
6468
6468
  protected abstract isMaxPayoutExceeded(chipEvents: ChipEvent[]): boolean;
6469
6469
  protected get canUndo(): boolean;
6470
+ protected firstUpdated(): void;
6470
6471
  protected get canClear(): boolean;
6471
6472
  protected get derivedChips(): Map<string, number>;
6472
6473
  protected get totalBetAmount(): number;