raspberry_games_server_game_logic 1.8.506 → 1.8.508
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/Logic_Debertz-ai_module.js +282 -282
- package/Logic_Debertz-bot_engine.js +710 -710
- package/Logic_Debertz-core.js +870 -843
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +11330 -11312
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.d.ts +1 -0
- package/Logic_Debertz-game_server.js +1101 -1099
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +9 -9
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -1007,6 +1007,7 @@ export declare namespace games.jass.logic.data.models.config {
|
|
|
1007
1007
|
get DELAY_TO_BUFFER_EVENTS_MILLIS(): number;
|
|
1008
1008
|
get DELAY_TO_BUFFER_STATE_UPDATES_MILLIS(): number;
|
|
1009
1009
|
getServerEngineMode(botReplacesPlayerAfterTimeout: boolean, closeIfBotsAtFinish?: boolean, enabledCombinedEvents?: boolean, delayToAskBotMillis?: number, combinedEventsIntervalMillis?: number, serverStateUpdateIntervalMillis?: number): games.jass.logic.data.models.config.ServerReduxConfig;
|
|
1010
|
+
getServerEngineTestMode(): games.jass.logic.data.models.config.ServerReduxConfig;
|
|
1010
1011
|
private constructor();
|
|
1011
1012
|
}
|
|
1012
1013
|
}
|