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
|
-
|
|
108
|
+
protected autoplaySpin(): void;
|
|
109
109
|
protected clearAndDestroyActions(): void;
|
|
110
110
|
/**
|
|
111
111
|
* Function disabling autoplay functionality
|
package/package.json
CHANGED