pixi-rainman-game-engine 0.1.41 → 0.1.42

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.
@@ -105,7 +105,7 @@ export declare abstract class AbstractController<T> {
105
105
  /**
106
106
  * Function for autoplay spin
107
107
  */
108
- private autoplaySpin;
108
+ protected autoplaySpin(): void;
109
109
  protected clearAndDestroyActions(): void;
110
110
  /**
111
111
  * Function disabling autoplay functionality
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixi-rainman-game-engine",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
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",