@betorigami/games 2.7.1 → 2.7.3

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
@@ -7617,7 +7617,6 @@ declare abstract class GameComponent extends OrigamiElement {
7617
7617
  get isToggleDisabled(): boolean;
7618
7618
  get areInputsDisabled(): boolean;
7619
7619
  protected getDelay(normalDelay: number): number;
7620
- protected getAutobetDelay(): number;
7621
7620
  protected forceUIUpdate(): Promise<void>;
7622
7621
  protected executeInstantOrAnimated<T>(instantOperation: () => Promise<T> | T, animatedOperation: () => Promise<T> | T): Promise<T>;
7623
7622
  /**