raspberry_games_server_game_logic 1.8.293 → 1.8.294
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/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +6 -4
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.d.ts +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/package.json +1 -1
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
function addFormatStructureForTime(structure) {
|
|
325
325
|
this.b5a(structure);
|
|
326
326
|
}
|
|
327
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
327
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
|
|
328
328
|
function offsetHours$default(padding, $super) {
|
|
329
329
|
padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
|
|
330
330
|
var tmp;
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
377
377
|
//endregion
|
|
378
378
|
function GameEngineConfig() {
|
|
379
|
-
this.version = '1.8.
|
|
379
|
+
this.version = '1.8.294';
|
|
380
380
|
}
|
|
381
381
|
protoOf(GameEngineConfig).r2z = function () {
|
|
382
382
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -50073,6 +50073,9 @@
|
|
|
50073
50073
|
protoOf(GameToRoomTransition).c94 = function () {
|
|
50074
50074
|
return this.e88_1;
|
|
50075
50075
|
};
|
|
50076
|
+
protoOf(GameToRoomTransition).t8n = function () {
|
|
50077
|
+
return true;
|
|
50078
|
+
};
|
|
50076
50079
|
protoOf(GameToRoomTransition).d94 = function () {
|
|
50077
50080
|
var tmp0_safe_receiver = this.playerIds;
|
|
50078
50081
|
var tmp;
|
|
@@ -60005,16 +60008,15 @@
|
|
|
60005
60008
|
defineProp(protoOf(RevengeRoomTransition), 'readyPlayerIdsArray', function () {
|
|
60006
60009
|
return this.d94();
|
|
60007
60010
|
});
|
|
60008
|
-
protoOf(GameToRoomTransition).t8n = get_isEnableChoosePartnerScreen;
|
|
60009
60011
|
defineProp(protoOf(GameToRoomTransition), 'previousPlayers', function () {
|
|
60010
60012
|
return this.c94();
|
|
60011
60013
|
});
|
|
60012
|
-
defineProp(protoOf(GameToRoomTransition), 'readyPlayerIdsArray', function () {
|
|
60013
|
-
return this.d94();
|
|
60014
|
-
});
|
|
60015
60014
|
defineProp(protoOf(GameToRoomTransition), 'isEnableChoosePartnerScreen', function () {
|
|
60016
60015
|
return this.t8n();
|
|
60017
60016
|
});
|
|
60017
|
+
defineProp(protoOf(GameToRoomTransition), 'readyPlayerIdsArray', function () {
|
|
60018
|
+
return this.d94();
|
|
60019
|
+
});
|
|
60018
60020
|
protoOf(MechanicAction).n6j = get_actionTag;
|
|
60019
60021
|
defineProp(protoOf(MechanicAction), 'aid', function () {
|
|
60020
60022
|
return this.f93();
|