pixi-rainman-game-engine 0.2.7 → 0.2.9

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.
@@ -62,7 +62,7 @@ export declare abstract class AbstractController<T> {
62
62
  private setupSpaceOrEnterListener;
63
63
  disableBetButtons(shouldBeDisabled: boolean): void;
64
64
  private disableSpeedButton;
65
- private disableInformationButtons;
65
+ disableInformationButtons(shouldBeDisabled: boolean): void;
66
66
  protected handleDisablingButtons(disabled?: boolean): void;
67
67
  private initButtons;
68
68
  private initBetButtons;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixi-rainman-game-engine",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "description": "This repository contains all of the mechanics that used in rainman games.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",