@chronodivide/game-api 0.75.0 → 0.76.0
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/CHANGELOG.md +5 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -2
- package/dist/res/ra2cd.mix +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -400,6 +400,7 @@ export declare class GameApi {
|
|
|
400
400
|
|
|
401
401
|
export declare class GameInstanceApi {
|
|
402
402
|
#private;
|
|
403
|
+
get gameApi(): GameApi;
|
|
403
404
|
isFinished(): boolean;
|
|
404
405
|
/** Advances the game turn in offline mode or waits for the next turn in online mode */
|
|
405
406
|
update(): Promise<void>;
|