raspberry_games_engine_helpers 1.8.434 → 1.8.435
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/Kosi-Kaverit-kaverit.js +56 -56
- package/Kosi-Kodein-kodein-di.js +493 -493
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1401 -1401
- package/Logic_Debertz-core.js +660 -660
- package/Logic_Debertz-engine.d.ts +3 -2
- package/Logic_Debertz-engine.js +8298 -8083
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +1074 -1074
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +29 -16
- package/raspberry-cardgame-lib-core.js.map +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
return false;
|
|
198
198
|
}
|
|
199
199
|
function get_isAutoStartTimer() {
|
|
200
|
-
return !this.
|
|
200
|
+
return !this.q1v() && !this.r1v();
|
|
201
201
|
}
|
|
202
202
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
203
203
|
function ignoreValidation() {
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
tmp = types;
|
|
222
222
|
}
|
|
223
223
|
types = tmp;
|
|
224
|
-
return $super === VOID ? this.
|
|
224
|
+
return $super === VOID ? this.d1w(types) : $super.d1w.call(this, types);
|
|
225
225
|
}
|
|
226
226
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
227
227
|
initMetadataForCompanion(Companion_20);
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_10});
|
|
230
230
|
//endregion
|
|
231
231
|
function GameEngineConfig() {
|
|
232
|
-
this.version = '1.8.
|
|
232
|
+
this.version = '1.8.435';
|
|
233
233
|
}
|
|
234
234
|
protoOf(GameEngineConfig).l17 = function () {
|
|
235
235
|
return this.version;
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
return GameEngineConfig_instance;
|
|
240
240
|
}
|
|
241
241
|
function _get_$cachedSerializer__te6jhj($this) {
|
|
242
|
-
return $this.
|
|
242
|
+
return $this.d1p_1.v1();
|
|
243
243
|
}
|
|
244
244
|
function ContinueGameReason$Companion$_anonymous__g3m3ym() {
|
|
245
245
|
var tmp = getKClass(ContinueGameReason);
|
|
@@ -261,13 +261,13 @@
|
|
|
261
261
|
Companion_instance = this;
|
|
262
262
|
var tmp = this;
|
|
263
263
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
264
|
-
tmp.
|
|
264
|
+
tmp.d1p_1 = lazy(tmp_0, ContinueGameReason$Companion$_anonymous__g3m3ym);
|
|
265
265
|
}
|
|
266
|
-
protoOf(Companion).
|
|
266
|
+
protoOf(Companion).e18 = function () {
|
|
267
267
|
return _get_$cachedSerializer__te6jhj(this);
|
|
268
268
|
};
|
|
269
269
|
protoOf(Companion).dw = function (typeParamsSerializers) {
|
|
270
|
-
return this.
|
|
270
|
+
return this.e18();
|
|
271
271
|
};
|
|
272
272
|
var Companion_instance;
|
|
273
273
|
function Companion_getInstance_2() {
|
|
@@ -291,19 +291,19 @@
|
|
|
291
291
|
$serializer_instance = this;
|
|
292
292
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_RETURNS', this, 1);
|
|
293
293
|
tmp0_serialDesc.bv('playerId', false);
|
|
294
|
-
this.
|
|
294
|
+
this.e1p_1 = tmp0_serialDesc;
|
|
295
295
|
}
|
|
296
|
-
protoOf($serializer).
|
|
297
|
-
var tmp0_desc = this.
|
|
296
|
+
protoOf($serializer).f1p = function (encoder, value) {
|
|
297
|
+
var tmp0_desc = this.e1p_1;
|
|
298
298
|
var tmp1_output = encoder.ln(tmp0_desc);
|
|
299
|
-
tmp1_output.ap(tmp0_desc, 0, value.
|
|
299
|
+
tmp1_output.ap(tmp0_desc, 0, value.g1p_1);
|
|
300
300
|
tmp1_output.mn(tmp0_desc);
|
|
301
301
|
};
|
|
302
302
|
protoOf($serializer).dk = function (encoder, value) {
|
|
303
|
-
return this.
|
|
303
|
+
return this.f1p(encoder, value instanceof PlayerReturnsReason ? value : THROW_CCE());
|
|
304
304
|
};
|
|
305
305
|
protoOf($serializer).ek = function (decoder) {
|
|
306
|
-
var tmp0_desc = this.
|
|
306
|
+
var tmp0_desc = this.e1p_1;
|
|
307
307
|
var tmp1_flag = true;
|
|
308
308
|
var tmp2_index = 0;
|
|
309
309
|
var tmp3_bitMask0 = 0;
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
return PlayerReturnsReason_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
332
332
|
};
|
|
333
333
|
protoOf($serializer).ck = function () {
|
|
334
|
-
return this.
|
|
334
|
+
return this.e1p_1;
|
|
335
335
|
};
|
|
336
336
|
protoOf($serializer).sv = function () {
|
|
337
337
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -347,10 +347,10 @@
|
|
|
347
347
|
}
|
|
348
348
|
function PlayerReturnsReason_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
349
349
|
if (!(1 === (1 & seen0))) {
|
|
350
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance().
|
|
350
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance().e1p_1);
|
|
351
351
|
}
|
|
352
352
|
ContinueGameReason_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
353
|
-
$this.
|
|
353
|
+
$this.g1p_1 = playerId;
|
|
354
354
|
return $this;
|
|
355
355
|
}
|
|
356
356
|
function PlayerReturnsReason_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -358,20 +358,20 @@
|
|
|
358
358
|
}
|
|
359
359
|
function PlayerReturnsReason(playerId) {
|
|
360
360
|
ContinueGameReason.call(this);
|
|
361
|
-
this.
|
|
361
|
+
this.g1p_1 = playerId;
|
|
362
362
|
}
|
|
363
363
|
protoOf(PlayerReturnsReason).toString = function () {
|
|
364
|
-
return 'PlayerReturnsReason(playerId=' + this.
|
|
364
|
+
return 'PlayerReturnsReason(playerId=' + this.g1p_1 + ')';
|
|
365
365
|
};
|
|
366
366
|
protoOf(PlayerReturnsReason).hashCode = function () {
|
|
367
|
-
return getStringHashCode(this.
|
|
367
|
+
return getStringHashCode(this.g1p_1);
|
|
368
368
|
};
|
|
369
369
|
protoOf(PlayerReturnsReason).equals = function (other) {
|
|
370
370
|
if (this === other)
|
|
371
371
|
return true;
|
|
372
372
|
if (!(other instanceof PlayerReturnsReason))
|
|
373
373
|
return false;
|
|
374
|
-
if (!(this.
|
|
374
|
+
if (!(this.g1p_1 === other.g1p_1))
|
|
375
375
|
return false;
|
|
376
376
|
return true;
|
|
377
377
|
};
|
|
@@ -385,19 +385,19 @@
|
|
|
385
385
|
$serializer_instance_0 = this;
|
|
386
386
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('RESTART_ROUND', this, 1);
|
|
387
387
|
tmp0_serialDesc.bv('fromRound', false);
|
|
388
|
-
this.
|
|
388
|
+
this.h1p_1 = tmp0_serialDesc;
|
|
389
389
|
}
|
|
390
|
-
protoOf($serializer_0).
|
|
391
|
-
var tmp0_desc = this.
|
|
390
|
+
protoOf($serializer_0).i1p = function (encoder, value) {
|
|
391
|
+
var tmp0_desc = this.h1p_1;
|
|
392
392
|
var tmp1_output = encoder.ln(tmp0_desc);
|
|
393
|
-
tmp1_output.ep(tmp0_desc, 0, IntSerializer_getInstance(), value.
|
|
393
|
+
tmp1_output.ep(tmp0_desc, 0, IntSerializer_getInstance(), value.j1p_1);
|
|
394
394
|
tmp1_output.mn(tmp0_desc);
|
|
395
395
|
};
|
|
396
396
|
protoOf($serializer_0).dk = function (encoder, value) {
|
|
397
|
-
return this.
|
|
397
|
+
return this.i1p(encoder, value instanceof RestartRoundReason ? value : THROW_CCE());
|
|
398
398
|
};
|
|
399
399
|
protoOf($serializer_0).ek = function (decoder) {
|
|
400
|
-
var tmp0_desc = this.
|
|
400
|
+
var tmp0_desc = this.h1p_1;
|
|
401
401
|
var tmp1_flag = true;
|
|
402
402
|
var tmp2_index = 0;
|
|
403
403
|
var tmp3_bitMask0 = 0;
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
return RestartRoundReason_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
426
426
|
};
|
|
427
427
|
protoOf($serializer_0).ck = function () {
|
|
428
|
-
return this.
|
|
428
|
+
return this.h1p_1;
|
|
429
429
|
};
|
|
430
430
|
protoOf($serializer_0).sv = function () {
|
|
431
431
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -441,10 +441,10 @@
|
|
|
441
441
|
}
|
|
442
442
|
function RestartRoundReason_init_$Init$(seen0, fromRound, serializationConstructorMarker, $this) {
|
|
443
443
|
if (!(1 === (1 & seen0))) {
|
|
444
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_0().
|
|
444
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_0().h1p_1);
|
|
445
445
|
}
|
|
446
446
|
ContinueGameReason_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
447
|
-
$this.
|
|
447
|
+
$this.j1p_1 = fromRound;
|
|
448
448
|
return $this;
|
|
449
449
|
}
|
|
450
450
|
function RestartRoundReason_init_$Create$(seen0, fromRound, serializationConstructorMarker) {
|
|
@@ -452,31 +452,31 @@
|
|
|
452
452
|
}
|
|
453
453
|
function RestartRoundReason(fromRound) {
|
|
454
454
|
ContinueGameReason.call(this);
|
|
455
|
-
this.
|
|
455
|
+
this.j1p_1 = fromRound;
|
|
456
456
|
}
|
|
457
457
|
protoOf(RestartRoundReason).toString = function () {
|
|
458
|
-
return 'RestartRoundReason(fromRound=' + this.
|
|
458
|
+
return 'RestartRoundReason(fromRound=' + this.j1p_1 + ')';
|
|
459
459
|
};
|
|
460
460
|
protoOf(RestartRoundReason).hashCode = function () {
|
|
461
|
-
return this.
|
|
461
|
+
return this.j1p_1 == null ? 0 : this.j1p_1;
|
|
462
462
|
};
|
|
463
463
|
protoOf(RestartRoundReason).equals = function (other) {
|
|
464
464
|
if (this === other)
|
|
465
465
|
return true;
|
|
466
466
|
if (!(other instanceof RestartRoundReason))
|
|
467
467
|
return false;
|
|
468
|
-
if (!(this.
|
|
468
|
+
if (!(this.j1p_1 == other.j1p_1))
|
|
469
469
|
return false;
|
|
470
470
|
return true;
|
|
471
471
|
};
|
|
472
472
|
function Companion_2() {
|
|
473
473
|
}
|
|
474
|
-
protoOf(Companion_2).
|
|
474
|
+
protoOf(Companion_2).k1p = function (fileLogsEnabled, logsDirectoryPath, fileNameFormat) {
|
|
475
475
|
return new CoreConfig(fileLogsEnabled, false, logsDirectoryPath, fileNameFormat);
|
|
476
476
|
};
|
|
477
477
|
protoOf(Companion_2).getClientEngineTestMode = function (fileLogsEnabled, logsDirectoryPath, fileNameFormat, $super) {
|
|
478
478
|
fileNameFormat = fileNameFormat === VOID ? 'user_[uid].txt' : fileNameFormat;
|
|
479
|
-
return $super === VOID ? this.
|
|
479
|
+
return $super === VOID ? this.k1p(fileLogsEnabled, logsDirectoryPath, fileNameFormat) : $super.k1p.call(this, fileLogsEnabled, logsDirectoryPath, fileNameFormat);
|
|
480
480
|
};
|
|
481
481
|
protoOf(Companion_2).formatter = function (segment, gameId, roomId, userId) {
|
|
482
482
|
return replace(replace(replace(segment, '[gid]', gameId), '[rid]', roomId), '[uid]', userId);
|
|
@@ -495,19 +495,19 @@
|
|
|
495
495
|
this.logsDirectoryPath = logsDirectoryPath;
|
|
496
496
|
this.fileNameFormat = fileNameFormat;
|
|
497
497
|
}
|
|
498
|
-
protoOf(CoreConfig).
|
|
498
|
+
protoOf(CoreConfig).l1p = function () {
|
|
499
499
|
return this.fileLogsEnabled;
|
|
500
500
|
};
|
|
501
|
-
protoOf(CoreConfig).
|
|
501
|
+
protoOf(CoreConfig).m1p = function () {
|
|
502
502
|
return this.deleteFilesOnClear;
|
|
503
503
|
};
|
|
504
|
-
protoOf(CoreConfig).
|
|
504
|
+
protoOf(CoreConfig).n1p = function () {
|
|
505
505
|
return this.logsDirectoryPath;
|
|
506
506
|
};
|
|
507
|
-
protoOf(CoreConfig).
|
|
507
|
+
protoOf(CoreConfig).o1p = function () {
|
|
508
508
|
return this.fileNameFormat;
|
|
509
509
|
};
|
|
510
|
-
protoOf(CoreConfig).
|
|
510
|
+
protoOf(CoreConfig).p1p = function () {
|
|
511
511
|
var tmp0_elvis_lhs = this.logsDirectoryPath;
|
|
512
512
|
return tmp0_elvis_lhs == null ? get_SystemTemporaryDirectory().toString() : tmp0_elvis_lhs;
|
|
513
513
|
};
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
protoOf(CoreConfig).v16 = function () {
|
|
524
524
|
return this.fileNameFormat;
|
|
525
525
|
};
|
|
526
|
-
protoOf(CoreConfig).
|
|
526
|
+
protoOf(CoreConfig).q1p = function (fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat) {
|
|
527
527
|
return new CoreConfig(fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat);
|
|
528
528
|
};
|
|
529
529
|
protoOf(CoreConfig).copy = function (fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, $super) {
|
|
@@ -531,7 +531,7 @@
|
|
|
531
531
|
deleteFilesOnClear = deleteFilesOnClear === VOID ? this.deleteFilesOnClear : deleteFilesOnClear;
|
|
532
532
|
logsDirectoryPath = logsDirectoryPath === VOID ? this.logsDirectoryPath : logsDirectoryPath;
|
|
533
533
|
fileNameFormat = fileNameFormat === VOID ? this.fileNameFormat : fileNameFormat;
|
|
534
|
-
return $super === VOID ? this.
|
|
534
|
+
return $super === VOID ? this.q1p(fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat) : $super.q1p.call(this, fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat);
|
|
535
535
|
};
|
|
536
536
|
protoOf(CoreConfig).toString = function () {
|
|
537
537
|
return 'CoreConfig(fileLogsEnabled=' + this.fileLogsEnabled + ', deleteFilesOnClear=' + this.deleteFilesOnClear + ', logsDirectoryPath=' + this.logsDirectoryPath + ', fileNameFormat=' + this.fileNameFormat + ')';
|
|
@@ -559,7 +559,7 @@
|
|
|
559
559
|
return true;
|
|
560
560
|
};
|
|
561
561
|
function _get_$cachedSerializer__te6jhj_0($this) {
|
|
562
|
-
return $this.
|
|
562
|
+
return $this.r1p_1.v1();
|
|
563
563
|
}
|
|
564
564
|
function RestartGameReason$_anonymous__zfkhim() {
|
|
565
565
|
var tmp = RestartGameReason_getInstance();
|
|
@@ -573,13 +573,13 @@
|
|
|
573
573
|
RestartGameReason_instance = this;
|
|
574
574
|
var tmp = this;
|
|
575
575
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
576
|
-
tmp.
|
|
576
|
+
tmp.r1p_1 = lazy(tmp_0, RestartGameReason$_anonymous__zfkhim);
|
|
577
577
|
}
|
|
578
|
-
protoOf(RestartGameReason).
|
|
578
|
+
protoOf(RestartGameReason).e18 = function () {
|
|
579
579
|
return _get_$cachedSerializer__te6jhj_0(this);
|
|
580
580
|
};
|
|
581
581
|
protoOf(RestartGameReason).dw = function (typeParamsSerializers) {
|
|
582
|
-
return this.
|
|
582
|
+
return this.e18();
|
|
583
583
|
};
|
|
584
584
|
protoOf(RestartGameReason).toString = function () {
|
|
585
585
|
return 'RestartGameReason';
|
|
@@ -604,34 +604,34 @@
|
|
|
604
604
|
}
|
|
605
605
|
function PlayerLostConnectionReason(playerId, tag) {
|
|
606
606
|
TerminationGameReason.call(this);
|
|
607
|
-
this.
|
|
607
|
+
this.s1p_1 = playerId;
|
|
608
608
|
this.tag = tag;
|
|
609
609
|
}
|
|
610
|
-
protoOf(PlayerLostConnectionReason).
|
|
611
|
-
return this.
|
|
610
|
+
protoOf(PlayerLostConnectionReason).t1p = function () {
|
|
611
|
+
return this.s1p_1;
|
|
612
612
|
};
|
|
613
|
-
protoOf(PlayerLostConnectionReason).
|
|
613
|
+
protoOf(PlayerLostConnectionReason).u1p = function () {
|
|
614
614
|
return this.tag;
|
|
615
615
|
};
|
|
616
616
|
protoOf(PlayerLostConnectionReason).sc = function () {
|
|
617
|
-
return this.
|
|
617
|
+
return this.s1p_1;
|
|
618
618
|
};
|
|
619
619
|
protoOf(PlayerLostConnectionReason).tc = function () {
|
|
620
620
|
return this.tag;
|
|
621
621
|
};
|
|
622
|
-
protoOf(PlayerLostConnectionReason).
|
|
622
|
+
protoOf(PlayerLostConnectionReason).v1p = function (playerId, tag) {
|
|
623
623
|
return new PlayerLostConnectionReason(playerId, tag);
|
|
624
624
|
};
|
|
625
625
|
protoOf(PlayerLostConnectionReason).copy = function (playerId, tag, $super) {
|
|
626
|
-
playerId = playerId === VOID ? this.
|
|
626
|
+
playerId = playerId === VOID ? this.s1p_1 : playerId;
|
|
627
627
|
tag = tag === VOID ? this.tag : tag;
|
|
628
|
-
return $super === VOID ? this.
|
|
628
|
+
return $super === VOID ? this.v1p(playerId, tag) : $super.v1p.call(this, playerId, tag);
|
|
629
629
|
};
|
|
630
630
|
protoOf(PlayerLostConnectionReason).toString = function () {
|
|
631
|
-
return 'PlayerLostConnectionReason(playerId=' + this.
|
|
631
|
+
return 'PlayerLostConnectionReason(playerId=' + this.s1p_1 + ', tag=' + this.tag + ')';
|
|
632
632
|
};
|
|
633
633
|
protoOf(PlayerLostConnectionReason).hashCode = function () {
|
|
634
|
-
var result = getStringHashCode(this.
|
|
634
|
+
var result = getStringHashCode(this.s1p_1);
|
|
635
635
|
result = imul(result, 31) + (this.tag == null ? 0 : getStringHashCode(this.tag)) | 0;
|
|
636
636
|
return result;
|
|
637
637
|
};
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
return true;
|
|
641
641
|
if (!(other instanceof PlayerLostConnectionReason))
|
|
642
642
|
return false;
|
|
643
|
-
if (!(this.
|
|
643
|
+
if (!(this.s1p_1 === other.s1p_1))
|
|
644
644
|
return false;
|
|
645
645
|
if (!(this.tag == other.tag))
|
|
646
646
|
return false;
|
|
@@ -648,34 +648,34 @@
|
|
|
648
648
|
};
|
|
649
649
|
function PlayerTimeoutReason(playerId, tag) {
|
|
650
650
|
TerminationGameReason.call(this);
|
|
651
|
-
this.
|
|
651
|
+
this.w1p_1 = playerId;
|
|
652
652
|
this.tag = tag;
|
|
653
653
|
}
|
|
654
|
-
protoOf(PlayerTimeoutReason).
|
|
655
|
-
return this.
|
|
654
|
+
protoOf(PlayerTimeoutReason).t1p = function () {
|
|
655
|
+
return this.w1p_1;
|
|
656
656
|
};
|
|
657
|
-
protoOf(PlayerTimeoutReason).
|
|
657
|
+
protoOf(PlayerTimeoutReason).u1p = function () {
|
|
658
658
|
return this.tag;
|
|
659
659
|
};
|
|
660
660
|
protoOf(PlayerTimeoutReason).sc = function () {
|
|
661
|
-
return this.
|
|
661
|
+
return this.w1p_1;
|
|
662
662
|
};
|
|
663
663
|
protoOf(PlayerTimeoutReason).tc = function () {
|
|
664
664
|
return this.tag;
|
|
665
665
|
};
|
|
666
|
-
protoOf(PlayerTimeoutReason).
|
|
666
|
+
protoOf(PlayerTimeoutReason).v1p = function (playerId, tag) {
|
|
667
667
|
return new PlayerTimeoutReason(playerId, tag);
|
|
668
668
|
};
|
|
669
669
|
protoOf(PlayerTimeoutReason).copy = function (playerId, tag, $super) {
|
|
670
|
-
playerId = playerId === VOID ? this.
|
|
670
|
+
playerId = playerId === VOID ? this.w1p_1 : playerId;
|
|
671
671
|
tag = tag === VOID ? this.tag : tag;
|
|
672
|
-
return $super === VOID ? this.
|
|
672
|
+
return $super === VOID ? this.v1p(playerId, tag) : $super.v1p.call(this, playerId, tag);
|
|
673
673
|
};
|
|
674
674
|
protoOf(PlayerTimeoutReason).toString = function () {
|
|
675
|
-
return 'PlayerTimeoutReason(playerId=' + this.
|
|
675
|
+
return 'PlayerTimeoutReason(playerId=' + this.w1p_1 + ', tag=' + this.tag + ')';
|
|
676
676
|
};
|
|
677
677
|
protoOf(PlayerTimeoutReason).hashCode = function () {
|
|
678
|
-
var result = getStringHashCode(this.
|
|
678
|
+
var result = getStringHashCode(this.w1p_1);
|
|
679
679
|
result = imul(result, 31) + (this.tag == null ? 0 : getStringHashCode(this.tag)) | 0;
|
|
680
680
|
return result;
|
|
681
681
|
};
|
|
@@ -684,7 +684,7 @@
|
|
|
684
684
|
return true;
|
|
685
685
|
if (!(other instanceof PlayerTimeoutReason))
|
|
686
686
|
return false;
|
|
687
|
-
if (!(this.
|
|
687
|
+
if (!(this.w1p_1 === other.w1p_1))
|
|
688
688
|
return false;
|
|
689
689
|
if (!(this.tag == other.tag))
|
|
690
690
|
return false;
|
|
@@ -692,40 +692,40 @@
|
|
|
692
692
|
};
|
|
693
693
|
function PlayerExitReason(playerId) {
|
|
694
694
|
TerminationGameReason.call(this);
|
|
695
|
-
this.
|
|
695
|
+
this.x1p_1 = playerId;
|
|
696
696
|
}
|
|
697
|
-
protoOf(PlayerExitReason).
|
|
698
|
-
return this.
|
|
697
|
+
protoOf(PlayerExitReason).t1p = function () {
|
|
698
|
+
return this.x1p_1;
|
|
699
699
|
};
|
|
700
700
|
protoOf(PlayerExitReason).sc = function () {
|
|
701
|
-
return this.
|
|
701
|
+
return this.x1p_1;
|
|
702
702
|
};
|
|
703
|
-
protoOf(PlayerExitReason).
|
|
703
|
+
protoOf(PlayerExitReason).y1p = function (playerId) {
|
|
704
704
|
return new PlayerExitReason(playerId);
|
|
705
705
|
};
|
|
706
706
|
protoOf(PlayerExitReason).copy = function (playerId, $super) {
|
|
707
|
-
playerId = playerId === VOID ? this.
|
|
708
|
-
return $super === VOID ? this.
|
|
707
|
+
playerId = playerId === VOID ? this.x1p_1 : playerId;
|
|
708
|
+
return $super === VOID ? this.y1p(playerId) : $super.y1p.call(this, playerId);
|
|
709
709
|
};
|
|
710
710
|
protoOf(PlayerExitReason).toString = function () {
|
|
711
|
-
return 'PlayerExitReason(playerId=' + this.
|
|
711
|
+
return 'PlayerExitReason(playerId=' + this.x1p_1 + ')';
|
|
712
712
|
};
|
|
713
713
|
protoOf(PlayerExitReason).hashCode = function () {
|
|
714
|
-
return getStringHashCode(this.
|
|
714
|
+
return getStringHashCode(this.x1p_1);
|
|
715
715
|
};
|
|
716
716
|
protoOf(PlayerExitReason).equals = function (other) {
|
|
717
717
|
if (this === other)
|
|
718
718
|
return true;
|
|
719
719
|
if (!(other instanceof PlayerExitReason))
|
|
720
720
|
return false;
|
|
721
|
-
if (!(this.
|
|
721
|
+
if (!(this.x1p_1 === other.x1p_1))
|
|
722
722
|
return false;
|
|
723
723
|
return true;
|
|
724
724
|
};
|
|
725
725
|
function FinishPlayerReason() {
|
|
726
726
|
}
|
|
727
727
|
function _get_$cachedSerializer__te6jhj_1($this) {
|
|
728
|
-
return $this.
|
|
728
|
+
return $this.z1p_1.v1();
|
|
729
729
|
}
|
|
730
730
|
function GameFinishedReason$Reason$Companion$_anonymous__q2gwr5() {
|
|
731
731
|
return createSimpleEnumSerializer('com.logic.data.models.GameFinishedReason.Reason', values());
|
|
@@ -768,13 +768,13 @@
|
|
|
768
768
|
Companion_instance_3 = this;
|
|
769
769
|
var tmp = this;
|
|
770
770
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
771
|
-
tmp.
|
|
771
|
+
tmp.z1p_1 = lazy(tmp_0, GameFinishedReason$Reason$Companion$_anonymous__q2gwr5);
|
|
772
772
|
}
|
|
773
|
-
protoOf(Companion_3).
|
|
773
|
+
protoOf(Companion_3).e18 = function () {
|
|
774
774
|
return _get_$cachedSerializer__te6jhj_1(this);
|
|
775
775
|
};
|
|
776
776
|
protoOf(Companion_3).dw = function (typeParamsSerializers) {
|
|
777
|
-
return this.
|
|
777
|
+
return this.e18();
|
|
778
778
|
};
|
|
779
779
|
var Companion_instance_3;
|
|
780
780
|
function Companion_getInstance_6() {
|
|
@@ -828,18 +828,18 @@
|
|
|
828
828
|
TerminationGameReason.call(this);
|
|
829
829
|
this.reason = reason;
|
|
830
830
|
}
|
|
831
|
-
protoOf(GameFinishedReason).
|
|
831
|
+
protoOf(GameFinishedReason).c1q = function () {
|
|
832
832
|
return this.reason;
|
|
833
833
|
};
|
|
834
834
|
protoOf(GameFinishedReason).sc = function () {
|
|
835
835
|
return this.reason;
|
|
836
836
|
};
|
|
837
|
-
protoOf(GameFinishedReason).
|
|
837
|
+
protoOf(GameFinishedReason).d1q = function (reason) {
|
|
838
838
|
return new GameFinishedReason(reason);
|
|
839
839
|
};
|
|
840
840
|
protoOf(GameFinishedReason).copy = function (reason, $super) {
|
|
841
841
|
reason = reason === VOID ? this.reason : reason;
|
|
842
|
-
return $super === VOID ? this.
|
|
842
|
+
return $super === VOID ? this.d1q(reason) : $super.d1q.call(this, reason);
|
|
843
843
|
};
|
|
844
844
|
protoOf(GameFinishedReason).toString = function () {
|
|
845
845
|
return 'GameFinishedReason(reason=' + this.reason.toString() + ')';
|
|
@@ -857,7 +857,7 @@
|
|
|
857
857
|
return true;
|
|
858
858
|
};
|
|
859
859
|
function _get_$cachedSerializer__te6jhj_2($this) {
|
|
860
|
-
return $this.
|
|
860
|
+
return $this.e1q_1.v1();
|
|
861
861
|
}
|
|
862
862
|
function GameErrorReason$Reason$Companion$_anonymous__54sopr() {
|
|
863
863
|
return createSimpleEnumSerializer('com.logic.data.models.GameErrorReason.Reason', values_0());
|
|
@@ -900,13 +900,13 @@
|
|
|
900
900
|
Companion_instance_4 = this;
|
|
901
901
|
var tmp = this;
|
|
902
902
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
903
|
-
tmp.
|
|
903
|
+
tmp.e1q_1 = lazy(tmp_0, GameErrorReason$Reason$Companion$_anonymous__54sopr);
|
|
904
904
|
}
|
|
905
|
-
protoOf(Companion_4).
|
|
905
|
+
protoOf(Companion_4).e18 = function () {
|
|
906
906
|
return _get_$cachedSerializer__te6jhj_2(this);
|
|
907
907
|
};
|
|
908
908
|
protoOf(Companion_4).dw = function (typeParamsSerializers) {
|
|
909
|
-
return this.
|
|
909
|
+
return this.e18();
|
|
910
910
|
};
|
|
911
911
|
var Companion_instance_4;
|
|
912
912
|
function Companion_getInstance_7() {
|
|
@@ -960,18 +960,18 @@
|
|
|
960
960
|
TerminationGameReason.call(this);
|
|
961
961
|
this.reason = reason;
|
|
962
962
|
}
|
|
963
|
-
protoOf(GameErrorReason).
|
|
963
|
+
protoOf(GameErrorReason).c1q = function () {
|
|
964
964
|
return this.reason;
|
|
965
965
|
};
|
|
966
966
|
protoOf(GameErrorReason).sc = function () {
|
|
967
967
|
return this.reason;
|
|
968
968
|
};
|
|
969
|
-
protoOf(GameErrorReason).
|
|
969
|
+
protoOf(GameErrorReason).h1q = function (reason) {
|
|
970
970
|
return new GameErrorReason(reason);
|
|
971
971
|
};
|
|
972
972
|
protoOf(GameErrorReason).copy = function (reason, $super) {
|
|
973
973
|
reason = reason === VOID ? this.reason : reason;
|
|
974
|
-
return $super === VOID ? this.
|
|
974
|
+
return $super === VOID ? this.h1q(reason) : $super.h1q.call(this, reason);
|
|
975
975
|
};
|
|
976
976
|
protoOf(GameErrorReason).toString = function () {
|
|
977
977
|
return 'GameErrorReason(reason=' + this.reason.toString() + ')';
|
|
@@ -1044,7 +1044,7 @@
|
|
|
1044
1044
|
initialLuckyFactor = initialLuckyFactor === VOID ? null : initialLuckyFactor;
|
|
1045
1045
|
rating = rating === VOID ? null : rating;
|
|
1046
1046
|
payload = payload === VOID ? null : payload;
|
|
1047
|
-
this.
|
|
1047
|
+
this.i1q_1 = playerId;
|
|
1048
1048
|
this.name = name;
|
|
1049
1049
|
this.avatarUrl = avatarUrl;
|
|
1050
1050
|
this.isBot = isBot;
|
|
@@ -1052,25 +1052,25 @@
|
|
|
1052
1052
|
this.rating = rating;
|
|
1053
1053
|
this.payload = payload;
|
|
1054
1054
|
}
|
|
1055
|
-
protoOf(GameUserInfo).
|
|
1056
|
-
return this.
|
|
1055
|
+
protoOf(GameUserInfo).t1p = function () {
|
|
1056
|
+
return this.i1q_1;
|
|
1057
1057
|
};
|
|
1058
1058
|
protoOf(GameUserInfo).i2 = function () {
|
|
1059
1059
|
return this.name;
|
|
1060
1060
|
};
|
|
1061
|
-
protoOf(GameUserInfo).
|
|
1061
|
+
protoOf(GameUserInfo).j1q = function () {
|
|
1062
1062
|
return this.avatarUrl;
|
|
1063
1063
|
};
|
|
1064
|
-
protoOf(GameUserInfo).
|
|
1064
|
+
protoOf(GameUserInfo).k1q = function () {
|
|
1065
1065
|
return this.isBot;
|
|
1066
1066
|
};
|
|
1067
|
-
protoOf(GameUserInfo).
|
|
1067
|
+
protoOf(GameUserInfo).l1q = function () {
|
|
1068
1068
|
return this.initialLuckyFactor;
|
|
1069
1069
|
};
|
|
1070
|
-
protoOf(GameUserInfo).
|
|
1070
|
+
protoOf(GameUserInfo).m1q = function () {
|
|
1071
1071
|
return this.rating;
|
|
1072
1072
|
};
|
|
1073
|
-
protoOf(GameUserInfo).
|
|
1073
|
+
protoOf(GameUserInfo).n1q = function () {
|
|
1074
1074
|
return this.payload;
|
|
1075
1075
|
};
|
|
1076
1076
|
protoOf(GameUserInfo).getRatingOrDefault = function (initialUserRating) {
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
return tmp0_elvis_lhs == null ? initialUserRating : tmp0_elvis_lhs;
|
|
1079
1079
|
};
|
|
1080
1080
|
protoOf(GameUserInfo).toString = function () {
|
|
1081
|
-
var tmp = 'playerId=' + this.
|
|
1081
|
+
var tmp = 'playerId=' + this.i1q_1;
|
|
1082
1082
|
var tmp_0 = 'name=' + this.name;
|
|
1083
1083
|
// Inline function 'kotlin.takeIf' call
|
|
1084
1084
|
var this_0 = 'avatarUrl=' + this.avatarUrl;
|
|
@@ -1128,7 +1128,7 @@
|
|
|
1128
1128
|
return 'GameUserInfo(' + joinToString(listOfNotNull([tmp, tmp_0, tmp_2, tmp_4, tmp_6, tmp_8, tmp$ret$9])) + ')';
|
|
1129
1129
|
};
|
|
1130
1130
|
protoOf(GameUserInfo).sc = function () {
|
|
1131
|
-
return this.
|
|
1131
|
+
return this.i1q_1;
|
|
1132
1132
|
};
|
|
1133
1133
|
protoOf(GameUserInfo).tc = function () {
|
|
1134
1134
|
return this.name;
|
|
@@ -1139,30 +1139,30 @@
|
|
|
1139
1139
|
protoOf(GameUserInfo).v16 = function () {
|
|
1140
1140
|
return this.isBot;
|
|
1141
1141
|
};
|
|
1142
|
-
protoOf(GameUserInfo).
|
|
1142
|
+
protoOf(GameUserInfo).o1q = function () {
|
|
1143
1143
|
return this.initialLuckyFactor;
|
|
1144
1144
|
};
|
|
1145
|
-
protoOf(GameUserInfo).
|
|
1145
|
+
protoOf(GameUserInfo).p1q = function () {
|
|
1146
1146
|
return this.rating;
|
|
1147
1147
|
};
|
|
1148
|
-
protoOf(GameUserInfo).
|
|
1148
|
+
protoOf(GameUserInfo).q1q = function () {
|
|
1149
1149
|
return this.payload;
|
|
1150
1150
|
};
|
|
1151
|
-
protoOf(GameUserInfo).
|
|
1151
|
+
protoOf(GameUserInfo).r1q = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload) {
|
|
1152
1152
|
return new GameUserInfo(playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload);
|
|
1153
1153
|
};
|
|
1154
1154
|
protoOf(GameUserInfo).copy = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload, $super) {
|
|
1155
|
-
playerId = playerId === VOID ? this.
|
|
1155
|
+
playerId = playerId === VOID ? this.i1q_1 : playerId;
|
|
1156
1156
|
name = name === VOID ? this.name : name;
|
|
1157
1157
|
avatarUrl = avatarUrl === VOID ? this.avatarUrl : avatarUrl;
|
|
1158
1158
|
isBot = isBot === VOID ? this.isBot : isBot;
|
|
1159
1159
|
initialLuckyFactor = initialLuckyFactor === VOID ? this.initialLuckyFactor : initialLuckyFactor;
|
|
1160
1160
|
rating = rating === VOID ? this.rating : rating;
|
|
1161
1161
|
payload = payload === VOID ? this.payload : payload;
|
|
1162
|
-
return $super === VOID ? this.
|
|
1162
|
+
return $super === VOID ? this.r1q(playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload) : $super.r1q.call(this, playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload);
|
|
1163
1163
|
};
|
|
1164
1164
|
protoOf(GameUserInfo).hashCode = function () {
|
|
1165
|
-
var result = getStringHashCode(this.
|
|
1165
|
+
var result = getStringHashCode(this.i1q_1);
|
|
1166
1166
|
result = imul(result, 31) + getStringHashCode(this.name) | 0;
|
|
1167
1167
|
result = imul(result, 31) + (this.avatarUrl == null ? 0 : getStringHashCode(this.avatarUrl)) | 0;
|
|
1168
1168
|
result = imul(result, 31) + getBooleanHashCode(this.isBot) | 0;
|
|
@@ -1176,7 +1176,7 @@
|
|
|
1176
1176
|
return true;
|
|
1177
1177
|
if (!(other instanceof GameUserInfo))
|
|
1178
1178
|
return false;
|
|
1179
|
-
if (!(this.
|
|
1179
|
+
if (!(this.i1q_1 === other.i1q_1))
|
|
1180
1180
|
return false;
|
|
1181
1181
|
if (!(this.name === other.name))
|
|
1182
1182
|
return false;
|
|
@@ -1237,18 +1237,18 @@
|
|
|
1237
1237
|
return getItemIndex(_this__u8e3s4, get_byIdPlayerPredicate()(playerId));
|
|
1238
1238
|
}
|
|
1239
1239
|
function PlayerIndex(playerId, playerIndex) {
|
|
1240
|
-
this.
|
|
1241
|
-
this.
|
|
1240
|
+
this.s1q_1 = playerId;
|
|
1241
|
+
this.t1q_1 = playerIndex;
|
|
1242
1242
|
}
|
|
1243
|
-
protoOf(PlayerIndex).
|
|
1244
|
-
return this.
|
|
1243
|
+
protoOf(PlayerIndex).t1p = function () {
|
|
1244
|
+
return this.s1q_1;
|
|
1245
1245
|
};
|
|
1246
1246
|
protoOf(PlayerIndex).toString = function () {
|
|
1247
|
-
return 'PlayerIndex(playerId=' + this.
|
|
1247
|
+
return 'PlayerIndex(playerId=' + this.s1q_1 + ', playerIndex=' + this.t1q_1 + ')';
|
|
1248
1248
|
};
|
|
1249
1249
|
protoOf(PlayerIndex).hashCode = function () {
|
|
1250
|
-
var result = getStringHashCode(this.
|
|
1251
|
-
result = imul(result, 31) + this.
|
|
1250
|
+
var result = getStringHashCode(this.s1q_1);
|
|
1251
|
+
result = imul(result, 31) + this.t1q_1 | 0;
|
|
1252
1252
|
return result;
|
|
1253
1253
|
};
|
|
1254
1254
|
protoOf(PlayerIndex).equals = function (other) {
|
|
@@ -1256,9 +1256,9 @@
|
|
|
1256
1256
|
return true;
|
|
1257
1257
|
if (!(other instanceof PlayerIndex))
|
|
1258
1258
|
return false;
|
|
1259
|
-
if (!(this.
|
|
1259
|
+
if (!(this.s1q_1 === other.s1q_1))
|
|
1260
1260
|
return false;
|
|
1261
|
-
if (!(this.
|
|
1261
|
+
if (!(this.t1q_1 === other.t1q_1))
|
|
1262
1262
|
return false;
|
|
1263
1263
|
return true;
|
|
1264
1264
|
};
|
|
@@ -1273,7 +1273,7 @@
|
|
|
1273
1273
|
}
|
|
1274
1274
|
function playerTurnPredicate$lambda(p1) {
|
|
1275
1275
|
_init_properties_Player_kt__qi83pd();
|
|
1276
|
-
return p1.
|
|
1276
|
+
return p1.u1q().c1r();
|
|
1277
1277
|
}
|
|
1278
1278
|
var properties_initialized_Player_kt_56shkt;
|
|
1279
1279
|
function _init_properties_Player_kt__qi83pd() {
|
|
@@ -1284,14 +1284,14 @@
|
|
|
1284
1284
|
}
|
|
1285
1285
|
}
|
|
1286
1286
|
function Companion_5() {
|
|
1287
|
-
this.
|
|
1287
|
+
this.d1r_1 = 70;
|
|
1288
1288
|
}
|
|
1289
|
-
protoOf(Companion_5).
|
|
1289
|
+
protoOf(Companion_5).e1r = function (state, timeout) {
|
|
1290
1290
|
return new PlayerConnection(state, System_instance.kg().ah(timeout));
|
|
1291
1291
|
};
|
|
1292
|
-
protoOf(Companion_5).
|
|
1292
|
+
protoOf(Companion_5).f1r = function (state, timeout, $super) {
|
|
1293
1293
|
timeout = timeout === VOID ? Companion_getInstance().lg_1 : timeout;
|
|
1294
|
-
return $super === VOID ? this.
|
|
1294
|
+
return $super === VOID ? this.e1r(state, timeout) : $super.e1r.call(this, state, new Duration(timeout));
|
|
1295
1295
|
};
|
|
1296
1296
|
var Companion_instance_5;
|
|
1297
1297
|
function Companion_getInstance_8() {
|
|
@@ -1300,47 +1300,47 @@
|
|
|
1300
1300
|
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord) {
|
|
1301
1301
|
connectionChangedTime = connectionChangedTime === VOID ? System_instance.kg() : connectionChangedTime;
|
|
1302
1302
|
notLiveDurationRecord = notLiveDurationRecord === VOID ? Companion_getInstance().lg_1 : notLiveDurationRecord;
|
|
1303
|
-
this.
|
|
1304
|
-
this.
|
|
1305
|
-
this.
|
|
1303
|
+
this.g1r_1 = state;
|
|
1304
|
+
this.h1r_1 = connectionChangedTime;
|
|
1305
|
+
this.i1r_1 = notLiveDurationRecord;
|
|
1306
1306
|
}
|
|
1307
|
-
protoOf(PlayerConnection).
|
|
1308
|
-
return System_instance.kg().bh(this.
|
|
1307
|
+
protoOf(PlayerConnection).j1r = function () {
|
|
1308
|
+
return System_instance.kg().bh(this.h1r_1);
|
|
1309
1309
|
};
|
|
1310
|
-
protoOf(PlayerConnection).
|
|
1310
|
+
protoOf(PlayerConnection).k1r = function () {
|
|
1311
1311
|
var tmp;
|
|
1312
|
-
if (this.
|
|
1313
|
-
tmp = this.
|
|
1312
|
+
if (this.g1r_1.isLive) {
|
|
1313
|
+
tmp = this.i1r_1;
|
|
1314
1314
|
} else {
|
|
1315
|
-
tmp = Duration__plus_impl_yu9v8f(this.
|
|
1315
|
+
tmp = Duration__plus_impl_yu9v8f(this.i1r_1, this.j1r());
|
|
1316
1316
|
}
|
|
1317
1317
|
return tmp;
|
|
1318
1318
|
};
|
|
1319
|
-
protoOf(PlayerConnection).
|
|
1319
|
+
protoOf(PlayerConnection).l1r = function (gameDuration) {
|
|
1320
1320
|
// Inline function 'kotlin.Long.div' call
|
|
1321
1321
|
var this_0 = _Duration___get_inWholeMilliseconds__impl__msfiry(gameDuration);
|
|
1322
1322
|
var percent = toNumber(this_0) / 100.0;
|
|
1323
1323
|
// Inline function 'kotlin.Long.div' call
|
|
1324
|
-
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.
|
|
1324
|
+
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.k1r());
|
|
1325
1325
|
// Inline function 'kotlin.math.round' call
|
|
1326
1326
|
var x = toNumber(this_1) / percent;
|
|
1327
1327
|
var tmp$ret$2 = round(x);
|
|
1328
1328
|
return numberToInt(tmp$ret$2);
|
|
1329
1329
|
};
|
|
1330
|
-
protoOf(PlayerConnection).
|
|
1331
|
-
return 100 - this.
|
|
1330
|
+
protoOf(PlayerConnection).m1r = function (gameDuration) {
|
|
1331
|
+
return 100 - this.l1r(gameDuration) | 0;
|
|
1332
1332
|
};
|
|
1333
|
-
protoOf(PlayerConnection).
|
|
1334
|
-
var percentage = this.
|
|
1333
|
+
protoOf(PlayerConnection).n1r = function (gameDuration) {
|
|
1334
|
+
var percentage = this.m1r(gameDuration);
|
|
1335
1335
|
return percentage >= 70;
|
|
1336
1336
|
};
|
|
1337
1337
|
protoOf(PlayerConnection).toString = function () {
|
|
1338
|
-
return 'PlayerConnection(state=' + this.
|
|
1338
|
+
return 'PlayerConnection(state=' + this.g1r_1.toString() + ', connectionChangedTime=' + this.h1r_1.toString() + ', notLiveDurationRecord=' + Duration__toString_impl_8d916b(this.i1r_1) + ')';
|
|
1339
1339
|
};
|
|
1340
1340
|
protoOf(PlayerConnection).hashCode = function () {
|
|
1341
|
-
var result = this.
|
|
1342
|
-
result = imul(result, 31) + this.
|
|
1343
|
-
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.
|
|
1341
|
+
var result = this.g1r_1.hashCode();
|
|
1342
|
+
result = imul(result, 31) + this.h1r_1.hashCode() | 0;
|
|
1343
|
+
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.i1r_1) | 0;
|
|
1344
1344
|
return result;
|
|
1345
1345
|
};
|
|
1346
1346
|
protoOf(PlayerConnection).equals = function (other) {
|
|
@@ -1348,16 +1348,16 @@
|
|
|
1348
1348
|
return true;
|
|
1349
1349
|
if (!(other instanceof PlayerConnection))
|
|
1350
1350
|
return false;
|
|
1351
|
-
if (!this.
|
|
1351
|
+
if (!this.g1r_1.equals(other.g1r_1))
|
|
1352
1352
|
return false;
|
|
1353
|
-
if (!this.
|
|
1353
|
+
if (!this.h1r_1.equals(other.h1r_1))
|
|
1354
1354
|
return false;
|
|
1355
|
-
if (!equals(this.
|
|
1355
|
+
if (!equals(this.i1r_1, other.i1r_1))
|
|
1356
1356
|
return false;
|
|
1357
1357
|
return true;
|
|
1358
1358
|
};
|
|
1359
1359
|
function _get_$cachedSerializer__te6jhj_3($this) {
|
|
1360
|
-
return $this.
|
|
1360
|
+
return $this.o1r_1.v1();
|
|
1361
1361
|
}
|
|
1362
1362
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
1363
1363
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_1());
|
|
@@ -1401,13 +1401,13 @@
|
|
|
1401
1401
|
Companion_instance_6 = this;
|
|
1402
1402
|
var tmp = this;
|
|
1403
1403
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1404
|
-
tmp.
|
|
1404
|
+
tmp.o1r_1 = lazy(tmp_0, PlayerConnectionState$Companion$_anonymous__8wfaw3);
|
|
1405
1405
|
}
|
|
1406
|
-
protoOf(Companion_6).
|
|
1406
|
+
protoOf(Companion_6).e18 = function () {
|
|
1407
1407
|
return _get_$cachedSerializer__te6jhj_3(this);
|
|
1408
1408
|
};
|
|
1409
1409
|
protoOf(Companion_6).dw = function (typeParamsSerializers) {
|
|
1410
|
-
return this.
|
|
1410
|
+
return this.e18();
|
|
1411
1411
|
};
|
|
1412
1412
|
var Companion_instance_6;
|
|
1413
1413
|
function Companion_getInstance_9() {
|
|
@@ -1434,28 +1434,28 @@
|
|
|
1434
1434
|
function PlayerConnectionState(name, ordinal) {
|
|
1435
1435
|
Enum.call(this, name, ordinal);
|
|
1436
1436
|
}
|
|
1437
|
-
protoOf(PlayerConnectionState).
|
|
1437
|
+
protoOf(PlayerConnectionState).r1r = function () {
|
|
1438
1438
|
return this.equals(PlayerConnectionState_LIVE_getInstance());
|
|
1439
1439
|
};
|
|
1440
|
-
protoOf(PlayerConnectionState).
|
|
1440
|
+
protoOf(PlayerConnectionState).s1r = function () {
|
|
1441
1441
|
return this.equals(PlayerConnectionState_TIMEOUT_getInstance());
|
|
1442
1442
|
};
|
|
1443
|
-
protoOf(PlayerConnectionState).
|
|
1443
|
+
protoOf(PlayerConnectionState).t1r = function () {
|
|
1444
1444
|
return this.equals(PlayerConnectionState_LOST_CONNECTION_getInstance());
|
|
1445
1445
|
};
|
|
1446
|
-
protoOf(PlayerConnectionState).
|
|
1446
|
+
protoOf(PlayerConnectionState).u1r = function () {
|
|
1447
1447
|
return this.equals(PlayerConnectionState_LEFT_getInstance());
|
|
1448
1448
|
};
|
|
1449
|
-
protoOf(PlayerConnectionState).
|
|
1449
|
+
protoOf(PlayerConnectionState).v1r = function () {
|
|
1450
1450
|
return this.equals(PlayerConnectionState_LEFT_PERMANENTLY_getInstance());
|
|
1451
1451
|
};
|
|
1452
|
-
protoOf(PlayerConnectionState).
|
|
1452
|
+
protoOf(PlayerConnectionState).w1r = function () {
|
|
1453
1453
|
return this.equals(PlayerConnectionState_DELETED_getInstance());
|
|
1454
1454
|
};
|
|
1455
|
-
protoOf(PlayerConnectionState).
|
|
1455
|
+
protoOf(PlayerConnectionState).x1r = function () {
|
|
1456
1456
|
return this.equals(PlayerConnectionState_DISCONNECTING_getInstance());
|
|
1457
1457
|
};
|
|
1458
|
-
protoOf(PlayerConnectionState).
|
|
1458
|
+
protoOf(PlayerConnectionState).y1r = function () {
|
|
1459
1459
|
var tmp;
|
|
1460
1460
|
switch (this.h2_1) {
|
|
1461
1461
|
case 3:
|
|
@@ -1476,7 +1476,7 @@
|
|
|
1476
1476
|
}
|
|
1477
1477
|
return tmp;
|
|
1478
1478
|
};
|
|
1479
|
-
protoOf(PlayerConnectionState).
|
|
1479
|
+
protoOf(PlayerConnectionState).z1r = function () {
|
|
1480
1480
|
var tmp;
|
|
1481
1481
|
switch (this.h2_1) {
|
|
1482
1482
|
case 3:
|
|
@@ -1497,7 +1497,7 @@
|
|
|
1497
1497
|
}
|
|
1498
1498
|
return tmp;
|
|
1499
1499
|
};
|
|
1500
|
-
protoOf(PlayerConnectionState).
|
|
1500
|
+
protoOf(PlayerConnectionState).a1s = function () {
|
|
1501
1501
|
var tmp;
|
|
1502
1502
|
switch (this.h2_1) {
|
|
1503
1503
|
case 3:
|
|
@@ -1522,7 +1522,7 @@
|
|
|
1522
1522
|
}
|
|
1523
1523
|
return tmp;
|
|
1524
1524
|
};
|
|
1525
|
-
protoOf(PlayerConnectionState).
|
|
1525
|
+
protoOf(PlayerConnectionState).b1s = function () {
|
|
1526
1526
|
var tmp;
|
|
1527
1527
|
switch (this.h2_1) {
|
|
1528
1528
|
case 3:
|
|
@@ -1547,7 +1547,7 @@
|
|
|
1547
1547
|
}
|
|
1548
1548
|
return tmp;
|
|
1549
1549
|
};
|
|
1550
|
-
protoOf(PlayerConnectionState).
|
|
1550
|
+
protoOf(PlayerConnectionState).c1s = function () {
|
|
1551
1551
|
var tmp;
|
|
1552
1552
|
switch (this.h2_1) {
|
|
1553
1553
|
case 3:
|
|
@@ -1570,7 +1570,7 @@
|
|
|
1570
1570
|
}
|
|
1571
1571
|
return tmp;
|
|
1572
1572
|
};
|
|
1573
|
-
protoOf(PlayerConnectionState).
|
|
1573
|
+
protoOf(PlayerConnectionState).d1s = function () {
|
|
1574
1574
|
var tmp;
|
|
1575
1575
|
switch (this.h2_1) {
|
|
1576
1576
|
case 2:
|
|
@@ -1593,7 +1593,7 @@
|
|
|
1593
1593
|
}
|
|
1594
1594
|
return tmp;
|
|
1595
1595
|
};
|
|
1596
|
-
protoOf(PlayerConnectionState).
|
|
1596
|
+
protoOf(PlayerConnectionState).e1s = function () {
|
|
1597
1597
|
var tmp;
|
|
1598
1598
|
switch (this.h2_1) {
|
|
1599
1599
|
case 5:
|
|
@@ -1647,7 +1647,7 @@
|
|
|
1647
1647
|
return PlayerConnectionState_DELETED_instance;
|
|
1648
1648
|
}
|
|
1649
1649
|
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
1650
|
-
return $this.
|
|
1650
|
+
return $this.f1s_1.v1();
|
|
1651
1651
|
}
|
|
1652
1652
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
1653
1653
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_2());
|
|
@@ -1662,13 +1662,13 @@
|
|
|
1662
1662
|
Companion_instance_7 = this;
|
|
1663
1663
|
var tmp = this;
|
|
1664
1664
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1665
|
-
tmp.
|
|
1665
|
+
tmp.f1s_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
1666
1666
|
}
|
|
1667
|
-
protoOf(Companion_7).
|
|
1667
|
+
protoOf(Companion_7).e18 = function () {
|
|
1668
1668
|
return _get_$cachedSerializer__te6jhj_4(this);
|
|
1669
1669
|
};
|
|
1670
1670
|
protoOf(Companion_7).dw = function (typeParamsSerializers) {
|
|
1671
|
-
return this.
|
|
1671
|
+
return this.e18();
|
|
1672
1672
|
};
|
|
1673
1673
|
var Companion_instance_7;
|
|
1674
1674
|
function Companion_getInstance_10() {
|
|
@@ -1690,18 +1690,18 @@
|
|
|
1690
1690
|
function PlayerWaitingState(name, ordinal) {
|
|
1691
1691
|
Enum.call(this, name, ordinal);
|
|
1692
1692
|
}
|
|
1693
|
-
protoOf(PlayerWaitingState).
|
|
1694
|
-
return this.
|
|
1693
|
+
protoOf(PlayerWaitingState).c1r = function () {
|
|
1694
|
+
return this.i1s() || this.j1s();
|
|
1695
1695
|
};
|
|
1696
|
-
protoOf(PlayerWaitingState).
|
|
1696
|
+
protoOf(PlayerWaitingState).i1s = function () {
|
|
1697
1697
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
1698
1698
|
};
|
|
1699
|
-
protoOf(PlayerWaitingState).
|
|
1699
|
+
protoOf(PlayerWaitingState).j1s = function () {
|
|
1700
1700
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
1701
1701
|
};
|
|
1702
1702
|
function Companion_8() {
|
|
1703
1703
|
}
|
|
1704
|
-
protoOf(Companion_8).
|
|
1704
|
+
protoOf(Companion_8).k1s = function (connection) {
|
|
1705
1705
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
1706
1706
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
1707
1707
|
};
|
|
@@ -1724,17 +1724,17 @@
|
|
|
1724
1724
|
function PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
1725
1725
|
tag = tag === VOID ? null : tag;
|
|
1726
1726
|
connection = connection === VOID ? null : connection;
|
|
1727
|
-
this.
|
|
1728
|
-
this.
|
|
1729
|
-
this.
|
|
1730
|
-
this.
|
|
1731
|
-
this.
|
|
1732
|
-
this.
|
|
1733
|
-
this.
|
|
1734
|
-
}
|
|
1735
|
-
protoOf(PlayerState).
|
|
1727
|
+
this.v1q_1 = startFromTime;
|
|
1728
|
+
this.w1q_1 = playerTurnTimeout;
|
|
1729
|
+
this.x1q_1 = waitPlayerUntilTime;
|
|
1730
|
+
this.y1q_1 = state;
|
|
1731
|
+
this.z1q_1 = ready;
|
|
1732
|
+
this.a1r_1 = tag;
|
|
1733
|
+
this.b1r_1 = connection;
|
|
1734
|
+
}
|
|
1735
|
+
protoOf(PlayerState).l1s = function () {
|
|
1736
1736
|
// Inline function 'kotlin.requireNotNull' call
|
|
1737
|
-
var tmp0 = this.
|
|
1737
|
+
var tmp0 = this.b1r_1;
|
|
1738
1738
|
var tmp$ret$1;
|
|
1739
1739
|
$l$block: {
|
|
1740
1740
|
// Inline function 'kotlin.requireNotNull' call
|
|
@@ -1750,55 +1750,55 @@
|
|
|
1750
1750
|
};
|
|
1751
1751
|
protoOf(PlayerState).toString = function () {
|
|
1752
1752
|
// Inline function 'kotlin.takeIf' call
|
|
1753
|
-
var this_0 = 'startFromTime=' + toString(this.
|
|
1753
|
+
var this_0 = 'startFromTime=' + toString(this.v1q_1);
|
|
1754
1754
|
var tmp;
|
|
1755
|
-
if (!(this.
|
|
1755
|
+
if (!(this.v1q_1 == null)) {
|
|
1756
1756
|
tmp = this_0;
|
|
1757
1757
|
} else {
|
|
1758
1758
|
tmp = null;
|
|
1759
1759
|
}
|
|
1760
1760
|
var tmp_0 = tmp;
|
|
1761
1761
|
// Inline function 'kotlin.takeIf' call
|
|
1762
|
-
var this_1 = 'playerTurnTimeout=' + toString(this.
|
|
1762
|
+
var this_1 = 'playerTurnTimeout=' + toString(this.w1q_1);
|
|
1763
1763
|
var tmp_1;
|
|
1764
|
-
if (!(this.
|
|
1764
|
+
if (!(this.w1q_1 == null)) {
|
|
1765
1765
|
tmp_1 = this_1;
|
|
1766
1766
|
} else {
|
|
1767
1767
|
tmp_1 = null;
|
|
1768
1768
|
}
|
|
1769
1769
|
var tmp_2 = tmp_1;
|
|
1770
1770
|
// Inline function 'kotlin.takeIf' call
|
|
1771
|
-
var this_2 = 'waitPlayerUntilTime=' + toString(this.
|
|
1771
|
+
var this_2 = 'waitPlayerUntilTime=' + toString(this.x1q_1);
|
|
1772
1772
|
var tmp_3;
|
|
1773
|
-
if (!(this.
|
|
1773
|
+
if (!(this.x1q_1 == null)) {
|
|
1774
1774
|
tmp_3 = this_2;
|
|
1775
1775
|
} else {
|
|
1776
1776
|
tmp_3 = null;
|
|
1777
1777
|
}
|
|
1778
1778
|
var tmp_4 = tmp_3;
|
|
1779
|
-
var tmp_5 = 'state=' + this.
|
|
1779
|
+
var tmp_5 = 'state=' + this.y1q_1.toString();
|
|
1780
1780
|
// Inline function 'kotlin.takeIf' call
|
|
1781
|
-
var this_3 = 'ready=' + this.
|
|
1781
|
+
var this_3 = 'ready=' + this.z1q_1;
|
|
1782
1782
|
var tmp_6;
|
|
1783
|
-
if (this.
|
|
1783
|
+
if (this.z1q_1) {
|
|
1784
1784
|
tmp_6 = this_3;
|
|
1785
1785
|
} else {
|
|
1786
1786
|
tmp_6 = null;
|
|
1787
1787
|
}
|
|
1788
1788
|
var tmp_7 = tmp_6;
|
|
1789
1789
|
// Inline function 'kotlin.takeIf' call
|
|
1790
|
-
var this_4 = 'tag=' + this.
|
|
1790
|
+
var this_4 = 'tag=' + this.a1r_1;
|
|
1791
1791
|
var tmp_8;
|
|
1792
|
-
if (!(this.
|
|
1792
|
+
if (!(this.a1r_1 == null)) {
|
|
1793
1793
|
tmp_8 = this_4;
|
|
1794
1794
|
} else {
|
|
1795
1795
|
tmp_8 = null;
|
|
1796
1796
|
}
|
|
1797
1797
|
var tmp_9 = tmp_8;
|
|
1798
1798
|
// Inline function 'kotlin.takeIf' call
|
|
1799
|
-
var this_5 = 'connection=' + toString(this.
|
|
1799
|
+
var this_5 = 'connection=' + toString(this.b1r_1);
|
|
1800
1800
|
var tmp_10;
|
|
1801
|
-
if (!(this.
|
|
1801
|
+
if (!(this.b1r_1 == null)) {
|
|
1802
1802
|
tmp_10 = this_5;
|
|
1803
1803
|
} else {
|
|
1804
1804
|
tmp_10 = null;
|
|
@@ -1806,17 +1806,17 @@
|
|
|
1806
1806
|
var tmp$ret$11 = tmp_10;
|
|
1807
1807
|
return 'PlayerState(' + joinToString(listOfNotNull([tmp_0, tmp_2, tmp_4, tmp_5, tmp_7, tmp_9, tmp$ret$11])) + ')';
|
|
1808
1808
|
};
|
|
1809
|
-
protoOf(PlayerState).
|
|
1810
|
-
return this.
|
|
1809
|
+
protoOf(PlayerState).c1r = function () {
|
|
1810
|
+
return this.y1q_1.c1r();
|
|
1811
1811
|
};
|
|
1812
1812
|
protoOf(PlayerState).hashCode = function () {
|
|
1813
|
-
var result = this.
|
|
1814
|
-
result = imul(result, 31) + (this.
|
|
1815
|
-
result = imul(result, 31) + (this.t1q_1 == null ? 0 : this.t1q_1.hashCode()) | 0;
|
|
1816
|
-
result = imul(result, 31) + this.u1q_1.hashCode() | 0;
|
|
1817
|
-
result = imul(result, 31) + getBooleanHashCode(this.v1q_1) | 0;
|
|
1818
|
-
result = imul(result, 31) + (this.w1q_1 == null ? 0 : getStringHashCode(this.w1q_1)) | 0;
|
|
1813
|
+
var result = this.v1q_1 == null ? 0 : this.v1q_1.hashCode();
|
|
1814
|
+
result = imul(result, 31) + (this.w1q_1 == null ? 0 : this.w1q_1.hashCode()) | 0;
|
|
1819
1815
|
result = imul(result, 31) + (this.x1q_1 == null ? 0 : this.x1q_1.hashCode()) | 0;
|
|
1816
|
+
result = imul(result, 31) + this.y1q_1.hashCode() | 0;
|
|
1817
|
+
result = imul(result, 31) + getBooleanHashCode(this.z1q_1) | 0;
|
|
1818
|
+
result = imul(result, 31) + (this.a1r_1 == null ? 0 : getStringHashCode(this.a1r_1)) | 0;
|
|
1819
|
+
result = imul(result, 31) + (this.b1r_1 == null ? 0 : this.b1r_1.hashCode()) | 0;
|
|
1820
1820
|
return result;
|
|
1821
1821
|
};
|
|
1822
1822
|
protoOf(PlayerState).equals = function (other) {
|
|
@@ -1824,46 +1824,46 @@
|
|
|
1824
1824
|
return true;
|
|
1825
1825
|
if (!(other instanceof PlayerState))
|
|
1826
1826
|
return false;
|
|
1827
|
-
if (!equals(this.
|
|
1827
|
+
if (!equals(this.v1q_1, other.v1q_1))
|
|
1828
1828
|
return false;
|
|
1829
|
-
if (!equals(this.
|
|
1829
|
+
if (!equals(this.w1q_1, other.w1q_1))
|
|
1830
1830
|
return false;
|
|
1831
|
-
if (!equals(this.
|
|
1831
|
+
if (!equals(this.x1q_1, other.x1q_1))
|
|
1832
1832
|
return false;
|
|
1833
|
-
if (!this.
|
|
1833
|
+
if (!this.y1q_1.equals(other.y1q_1))
|
|
1834
1834
|
return false;
|
|
1835
|
-
if (!(this.
|
|
1835
|
+
if (!(this.z1q_1 === other.z1q_1))
|
|
1836
1836
|
return false;
|
|
1837
|
-
if (!(this.
|
|
1837
|
+
if (!(this.a1r_1 == other.a1r_1))
|
|
1838
1838
|
return false;
|
|
1839
|
-
if (!equals(this.
|
|
1839
|
+
if (!equals(this.b1r_1, other.b1r_1))
|
|
1840
1840
|
return false;
|
|
1841
1841
|
return true;
|
|
1842
1842
|
};
|
|
1843
1843
|
function Team(playerIds) {
|
|
1844
1844
|
this.playerIds = playerIds;
|
|
1845
1845
|
}
|
|
1846
|
-
protoOf(Team).
|
|
1846
|
+
protoOf(Team).m1s = function () {
|
|
1847
1847
|
return this.playerIds;
|
|
1848
1848
|
};
|
|
1849
1849
|
protoOf(Team).containsPlayer = function (playerId) {
|
|
1850
1850
|
return this.playerIds.o1(playerId);
|
|
1851
1851
|
};
|
|
1852
|
-
protoOf(Team).
|
|
1852
|
+
protoOf(Team).n1s = function () {
|
|
1853
1853
|
return this.playerIds.p(0);
|
|
1854
1854
|
};
|
|
1855
|
-
protoOf(Team).
|
|
1855
|
+
protoOf(Team).h1d = function () {
|
|
1856
1856
|
return this.playerIds.p(1);
|
|
1857
1857
|
};
|
|
1858
1858
|
protoOf(Team).sc = function () {
|
|
1859
1859
|
return this.playerIds;
|
|
1860
1860
|
};
|
|
1861
|
-
protoOf(Team).
|
|
1861
|
+
protoOf(Team).o1s = function (playerIds) {
|
|
1862
1862
|
return new Team(playerIds);
|
|
1863
1863
|
};
|
|
1864
1864
|
protoOf(Team).copy = function (playerIds, $super) {
|
|
1865
1865
|
playerIds = playerIds === VOID ? this.playerIds : playerIds;
|
|
1866
|
-
return $super === VOID ? this.
|
|
1866
|
+
return $super === VOID ? this.o1s(playerIds) : $super.o1s.call(this, playerIds);
|
|
1867
1867
|
};
|
|
1868
1868
|
protoOf(Team).toString = function () {
|
|
1869
1869
|
return 'Team(playerIds=' + toString_0(this.playerIds) + ')';
|
|
@@ -1881,7 +1881,7 @@
|
|
|
1881
1881
|
return true;
|
|
1882
1882
|
};
|
|
1883
1883
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
1884
|
-
return $this.
|
|
1884
|
+
return $this.p1s_1.v1();
|
|
1885
1885
|
}
|
|
1886
1886
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
1887
1887
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -1919,13 +1919,13 @@
|
|
|
1919
1919
|
Companion_instance_9 = this;
|
|
1920
1920
|
var tmp = this;
|
|
1921
1921
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1922
|
-
tmp.
|
|
1922
|
+
tmp.p1s_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
1923
1923
|
}
|
|
1924
|
-
protoOf(Companion_9).
|
|
1924
|
+
protoOf(Companion_9).e18 = function () {
|
|
1925
1925
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
1926
1926
|
};
|
|
1927
1927
|
protoOf(Companion_9).dw = function (typeParamsSerializers) {
|
|
1928
|
-
return this.
|
|
1928
|
+
return this.e18();
|
|
1929
1929
|
};
|
|
1930
1930
|
var Companion_instance_9;
|
|
1931
1931
|
function Companion_getInstance_12() {
|
|
@@ -1940,7 +1940,7 @@
|
|
|
1940
1940
|
Companion_getInstance_12();
|
|
1941
1941
|
}
|
|
1942
1942
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
1943
|
-
return $this.
|
|
1943
|
+
return $this.q1s_1.v1();
|
|
1944
1944
|
}
|
|
1945
1945
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
1946
1946
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -1955,13 +1955,13 @@
|
|
|
1955
1955
|
TerminationGameReasonDto.call(this);
|
|
1956
1956
|
var tmp = this;
|
|
1957
1957
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1958
|
-
tmp.
|
|
1958
|
+
tmp.q1s_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
1959
1959
|
}
|
|
1960
|
-
protoOf(ProcessingReasonDto).
|
|
1960
|
+
protoOf(ProcessingReasonDto).e18 = function () {
|
|
1961
1961
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
1962
1962
|
};
|
|
1963
1963
|
protoOf(ProcessingReasonDto).dw = function (typeParamsSerializers) {
|
|
1964
|
-
return this.
|
|
1964
|
+
return this.e18();
|
|
1965
1965
|
};
|
|
1966
1966
|
protoOf(ProcessingReasonDto).toString = function () {
|
|
1967
1967
|
return 'ProcessingReasonDto';
|
|
@@ -1992,19 +1992,19 @@
|
|
|
1992
1992
|
$serializer_instance_1 = this;
|
|
1993
1993
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
1994
1994
|
tmp0_serialDesc.bv('reason', false);
|
|
1995
|
-
this.
|
|
1995
|
+
this.r1s_1 = tmp0_serialDesc;
|
|
1996
1996
|
}
|
|
1997
|
-
protoOf($serializer_1).
|
|
1998
|
-
var tmp0_desc = this.
|
|
1997
|
+
protoOf($serializer_1).s1s = function (encoder, value) {
|
|
1998
|
+
var tmp0_desc = this.r1s_1;
|
|
1999
1999
|
var tmp1_output = encoder.ln(tmp0_desc);
|
|
2000
2000
|
tmp1_output.ap(tmp0_desc, 0, value.reason);
|
|
2001
2001
|
tmp1_output.mn(tmp0_desc);
|
|
2002
2002
|
};
|
|
2003
2003
|
protoOf($serializer_1).dk = function (encoder, value) {
|
|
2004
|
-
return this.
|
|
2004
|
+
return this.s1s(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2005
2005
|
};
|
|
2006
2006
|
protoOf($serializer_1).ek = function (decoder) {
|
|
2007
|
-
var tmp0_desc = this.
|
|
2007
|
+
var tmp0_desc = this.r1s_1;
|
|
2008
2008
|
var tmp1_flag = true;
|
|
2009
2009
|
var tmp2_index = 0;
|
|
2010
2010
|
var tmp3_bitMask0 = 0;
|
|
@@ -2032,7 +2032,7 @@
|
|
|
2032
2032
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2033
2033
|
};
|
|
2034
2034
|
protoOf($serializer_1).ck = function () {
|
|
2035
|
-
return this.
|
|
2035
|
+
return this.r1s_1;
|
|
2036
2036
|
};
|
|
2037
2037
|
protoOf($serializer_1).sv = function () {
|
|
2038
2038
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2048,7 +2048,7 @@
|
|
|
2048
2048
|
}
|
|
2049
2049
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2050
2050
|
if (!(1 === (1 & seen0))) {
|
|
2051
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().
|
|
2051
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().r1s_1);
|
|
2052
2052
|
}
|
|
2053
2053
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2054
2054
|
$this.reason = reason;
|
|
@@ -2061,7 +2061,7 @@
|
|
|
2061
2061
|
TerminationGameReasonDto.call(this);
|
|
2062
2062
|
this.reason = reason;
|
|
2063
2063
|
}
|
|
2064
|
-
protoOf(GameErrorReasonDto).
|
|
2064
|
+
protoOf(GameErrorReasonDto).c1q = function () {
|
|
2065
2065
|
return this.reason;
|
|
2066
2066
|
};
|
|
2067
2067
|
protoOf(GameErrorReasonDto).toString = function () {
|
|
@@ -2089,19 +2089,19 @@
|
|
|
2089
2089
|
$serializer_instance_2 = this;
|
|
2090
2090
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2091
2091
|
tmp0_serialDesc.bv('reason', false);
|
|
2092
|
-
this.
|
|
2092
|
+
this.t1s_1 = tmp0_serialDesc;
|
|
2093
2093
|
}
|
|
2094
|
-
protoOf($serializer_2).
|
|
2095
|
-
var tmp0_desc = this.
|
|
2094
|
+
protoOf($serializer_2).u1s = function (encoder, value) {
|
|
2095
|
+
var tmp0_desc = this.t1s_1;
|
|
2096
2096
|
var tmp1_output = encoder.ln(tmp0_desc);
|
|
2097
2097
|
tmp1_output.ap(tmp0_desc, 0, value.reason);
|
|
2098
2098
|
tmp1_output.mn(tmp0_desc);
|
|
2099
2099
|
};
|
|
2100
2100
|
protoOf($serializer_2).dk = function (encoder, value) {
|
|
2101
|
-
return this.
|
|
2101
|
+
return this.u1s(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2102
2102
|
};
|
|
2103
2103
|
protoOf($serializer_2).ek = function (decoder) {
|
|
2104
|
-
var tmp0_desc = this.
|
|
2104
|
+
var tmp0_desc = this.t1s_1;
|
|
2105
2105
|
var tmp1_flag = true;
|
|
2106
2106
|
var tmp2_index = 0;
|
|
2107
2107
|
var tmp3_bitMask0 = 0;
|
|
@@ -2129,7 +2129,7 @@
|
|
|
2129
2129
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2130
2130
|
};
|
|
2131
2131
|
protoOf($serializer_2).ck = function () {
|
|
2132
|
-
return this.
|
|
2132
|
+
return this.t1s_1;
|
|
2133
2133
|
};
|
|
2134
2134
|
protoOf($serializer_2).sv = function () {
|
|
2135
2135
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2145,7 +2145,7 @@
|
|
|
2145
2145
|
}
|
|
2146
2146
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2147
2147
|
if (!(1 === (1 & seen0))) {
|
|
2148
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2148
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().t1s_1);
|
|
2149
2149
|
}
|
|
2150
2150
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2151
2151
|
$this.reason = reason;
|
|
@@ -2158,7 +2158,7 @@
|
|
|
2158
2158
|
TerminationGameReasonDto.call(this);
|
|
2159
2159
|
this.reason = reason;
|
|
2160
2160
|
}
|
|
2161
|
-
protoOf(GameFinishedReasonDto).
|
|
2161
|
+
protoOf(GameFinishedReasonDto).c1q = function () {
|
|
2162
2162
|
return this.reason;
|
|
2163
2163
|
};
|
|
2164
2164
|
protoOf(GameFinishedReasonDto).toString = function () {
|
|
@@ -2186,19 +2186,19 @@
|
|
|
2186
2186
|
$serializer_instance_3 = this;
|
|
2187
2187
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2188
2188
|
tmp0_serialDesc.bv('playerId', false);
|
|
2189
|
-
this.
|
|
2189
|
+
this.v1s_1 = tmp0_serialDesc;
|
|
2190
2190
|
}
|
|
2191
|
-
protoOf($serializer_3).
|
|
2192
|
-
var tmp0_desc = this.
|
|
2191
|
+
protoOf($serializer_3).w1s = function (encoder, value) {
|
|
2192
|
+
var tmp0_desc = this.v1s_1;
|
|
2193
2193
|
var tmp1_output = encoder.ln(tmp0_desc);
|
|
2194
|
-
tmp1_output.ap(tmp0_desc, 0, value.
|
|
2194
|
+
tmp1_output.ap(tmp0_desc, 0, value.x1s_1);
|
|
2195
2195
|
tmp1_output.mn(tmp0_desc);
|
|
2196
2196
|
};
|
|
2197
2197
|
protoOf($serializer_3).dk = function (encoder, value) {
|
|
2198
|
-
return this.
|
|
2198
|
+
return this.w1s(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2199
2199
|
};
|
|
2200
2200
|
protoOf($serializer_3).ek = function (decoder) {
|
|
2201
|
-
var tmp0_desc = this.
|
|
2201
|
+
var tmp0_desc = this.v1s_1;
|
|
2202
2202
|
var tmp1_flag = true;
|
|
2203
2203
|
var tmp2_index = 0;
|
|
2204
2204
|
var tmp3_bitMask0 = 0;
|
|
@@ -2226,7 +2226,7 @@
|
|
|
2226
2226
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2227
2227
|
};
|
|
2228
2228
|
protoOf($serializer_3).ck = function () {
|
|
2229
|
-
return this.
|
|
2229
|
+
return this.v1s_1;
|
|
2230
2230
|
};
|
|
2231
2231
|
protoOf($serializer_3).sv = function () {
|
|
2232
2232
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2242,10 +2242,10 @@
|
|
|
2242
2242
|
}
|
|
2243
2243
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2244
2244
|
if (!(1 === (1 & seen0))) {
|
|
2245
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().
|
|
2245
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().v1s_1);
|
|
2246
2246
|
}
|
|
2247
2247
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2248
|
-
$this.
|
|
2248
|
+
$this.x1s_1 = playerId;
|
|
2249
2249
|
return $this;
|
|
2250
2250
|
}
|
|
2251
2251
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2253,20 +2253,20 @@
|
|
|
2253
2253
|
}
|
|
2254
2254
|
function PlayerExitReasonDto(playerId) {
|
|
2255
2255
|
TerminationGameReasonDto.call(this);
|
|
2256
|
-
this.
|
|
2256
|
+
this.x1s_1 = playerId;
|
|
2257
2257
|
}
|
|
2258
2258
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2259
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2259
|
+
return 'PlayerExitReasonDto(playerId=' + this.x1s_1 + ')';
|
|
2260
2260
|
};
|
|
2261
2261
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2262
|
-
return getStringHashCode(this.
|
|
2262
|
+
return getStringHashCode(this.x1s_1);
|
|
2263
2263
|
};
|
|
2264
2264
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2265
2265
|
if (this === other)
|
|
2266
2266
|
return true;
|
|
2267
2267
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2268
2268
|
return false;
|
|
2269
|
-
if (!(this.
|
|
2269
|
+
if (!(this.x1s_1 === other.x1s_1))
|
|
2270
2270
|
return false;
|
|
2271
2271
|
return true;
|
|
2272
2272
|
};
|
|
@@ -2281,20 +2281,20 @@
|
|
|
2281
2281
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2282
2282
|
tmp0_serialDesc.bv('playerId', false);
|
|
2283
2283
|
tmp0_serialDesc.bv('tag', false);
|
|
2284
|
-
this.
|
|
2284
|
+
this.y1s_1 = tmp0_serialDesc;
|
|
2285
2285
|
}
|
|
2286
|
-
protoOf($serializer_4).
|
|
2287
|
-
var tmp0_desc = this.
|
|
2286
|
+
protoOf($serializer_4).z1s = function (encoder, value) {
|
|
2287
|
+
var tmp0_desc = this.y1s_1;
|
|
2288
2288
|
var tmp1_output = encoder.ln(tmp0_desc);
|
|
2289
|
-
tmp1_output.ap(tmp0_desc, 0, value.
|
|
2290
|
-
tmp1_output.ep(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2289
|
+
tmp1_output.ap(tmp0_desc, 0, value.a1t_1);
|
|
2290
|
+
tmp1_output.ep(tmp0_desc, 1, StringSerializer_getInstance(), value.b1t_1);
|
|
2291
2291
|
tmp1_output.mn(tmp0_desc);
|
|
2292
2292
|
};
|
|
2293
2293
|
protoOf($serializer_4).dk = function (encoder, value) {
|
|
2294
|
-
return this.
|
|
2294
|
+
return this.z1s(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2295
2295
|
};
|
|
2296
2296
|
protoOf($serializer_4).ek = function (decoder) {
|
|
2297
|
-
var tmp0_desc = this.
|
|
2297
|
+
var tmp0_desc = this.y1s_1;
|
|
2298
2298
|
var tmp1_flag = true;
|
|
2299
2299
|
var tmp2_index = 0;
|
|
2300
2300
|
var tmp3_bitMask0 = 0;
|
|
@@ -2329,7 +2329,7 @@
|
|
|
2329
2329
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2330
2330
|
};
|
|
2331
2331
|
protoOf($serializer_4).ck = function () {
|
|
2332
|
-
return this.
|
|
2332
|
+
return this.y1s_1;
|
|
2333
2333
|
};
|
|
2334
2334
|
protoOf($serializer_4).sv = function () {
|
|
2335
2335
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2345,11 +2345,11 @@
|
|
|
2345
2345
|
}
|
|
2346
2346
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2347
2347
|
if (!(3 === (3 & seen0))) {
|
|
2348
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().
|
|
2348
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().y1s_1);
|
|
2349
2349
|
}
|
|
2350
2350
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2351
|
-
$this.
|
|
2352
|
-
$this.
|
|
2351
|
+
$this.a1t_1 = playerId;
|
|
2352
|
+
$this.b1t_1 = tag;
|
|
2353
2353
|
return $this;
|
|
2354
2354
|
}
|
|
2355
2355
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2357,15 +2357,15 @@
|
|
|
2357
2357
|
}
|
|
2358
2358
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2359
2359
|
TerminationGameReasonDto.call(this);
|
|
2360
|
-
this.
|
|
2361
|
-
this.
|
|
2360
|
+
this.a1t_1 = playerId;
|
|
2361
|
+
this.b1t_1 = tag;
|
|
2362
2362
|
}
|
|
2363
2363
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2364
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2364
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.a1t_1 + ', tag=' + this.b1t_1 + ')';
|
|
2365
2365
|
};
|
|
2366
2366
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2367
|
-
var result = getStringHashCode(this.
|
|
2368
|
-
result = imul(result, 31) + (this.
|
|
2367
|
+
var result = getStringHashCode(this.a1t_1);
|
|
2368
|
+
result = imul(result, 31) + (this.b1t_1 == null ? 0 : getStringHashCode(this.b1t_1)) | 0;
|
|
2369
2369
|
return result;
|
|
2370
2370
|
};
|
|
2371
2371
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2373,9 +2373,9 @@
|
|
|
2373
2373
|
return true;
|
|
2374
2374
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2375
2375
|
return false;
|
|
2376
|
-
if (!(this.
|
|
2376
|
+
if (!(this.a1t_1 === other.a1t_1))
|
|
2377
2377
|
return false;
|
|
2378
|
-
if (!(this.
|
|
2378
|
+
if (!(this.b1t_1 == other.b1t_1))
|
|
2379
2379
|
return false;
|
|
2380
2380
|
return true;
|
|
2381
2381
|
};
|
|
@@ -2390,20 +2390,20 @@
|
|
|
2390
2390
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2391
2391
|
tmp0_serialDesc.bv('playerId', false);
|
|
2392
2392
|
tmp0_serialDesc.bv('tag', false);
|
|
2393
|
-
this.
|
|
2393
|
+
this.c1t_1 = tmp0_serialDesc;
|
|
2394
2394
|
}
|
|
2395
|
-
protoOf($serializer_5).
|
|
2396
|
-
var tmp0_desc = this.
|
|
2395
|
+
protoOf($serializer_5).d1t = function (encoder, value) {
|
|
2396
|
+
var tmp0_desc = this.c1t_1;
|
|
2397
2397
|
var tmp1_output = encoder.ln(tmp0_desc);
|
|
2398
|
-
tmp1_output.ap(tmp0_desc, 0, value.
|
|
2399
|
-
tmp1_output.ep(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2398
|
+
tmp1_output.ap(tmp0_desc, 0, value.e1t_1);
|
|
2399
|
+
tmp1_output.ep(tmp0_desc, 1, StringSerializer_getInstance(), value.f1t_1);
|
|
2400
2400
|
tmp1_output.mn(tmp0_desc);
|
|
2401
2401
|
};
|
|
2402
2402
|
protoOf($serializer_5).dk = function (encoder, value) {
|
|
2403
|
-
return this.
|
|
2403
|
+
return this.d1t(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
2404
2404
|
};
|
|
2405
2405
|
protoOf($serializer_5).ek = function (decoder) {
|
|
2406
|
-
var tmp0_desc = this.
|
|
2406
|
+
var tmp0_desc = this.c1t_1;
|
|
2407
2407
|
var tmp1_flag = true;
|
|
2408
2408
|
var tmp2_index = 0;
|
|
2409
2409
|
var tmp3_bitMask0 = 0;
|
|
@@ -2438,7 +2438,7 @@
|
|
|
2438
2438
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2439
2439
|
};
|
|
2440
2440
|
protoOf($serializer_5).ck = function () {
|
|
2441
|
-
return this.
|
|
2441
|
+
return this.c1t_1;
|
|
2442
2442
|
};
|
|
2443
2443
|
protoOf($serializer_5).sv = function () {
|
|
2444
2444
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2454,11 +2454,11 @@
|
|
|
2454
2454
|
}
|
|
2455
2455
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2456
2456
|
if (!(3 === (3 & seen0))) {
|
|
2457
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
2457
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().c1t_1);
|
|
2458
2458
|
}
|
|
2459
2459
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2460
|
-
$this.
|
|
2461
|
-
$this.
|
|
2460
|
+
$this.e1t_1 = playerId;
|
|
2461
|
+
$this.f1t_1 = tag;
|
|
2462
2462
|
return $this;
|
|
2463
2463
|
}
|
|
2464
2464
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2466,15 +2466,15 @@
|
|
|
2466
2466
|
}
|
|
2467
2467
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
2468
2468
|
TerminationGameReasonDto.call(this);
|
|
2469
|
-
this.
|
|
2470
|
-
this.
|
|
2469
|
+
this.e1t_1 = playerId;
|
|
2470
|
+
this.f1t_1 = tag;
|
|
2471
2471
|
}
|
|
2472
2472
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
2473
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
2473
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.e1t_1 + ', tag=' + this.f1t_1 + ')';
|
|
2474
2474
|
};
|
|
2475
2475
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
2476
|
-
var result = getStringHashCode(this.
|
|
2477
|
-
result = imul(result, 31) + (this.
|
|
2476
|
+
var result = getStringHashCode(this.e1t_1);
|
|
2477
|
+
result = imul(result, 31) + (this.f1t_1 == null ? 0 : getStringHashCode(this.f1t_1)) | 0;
|
|
2478
2478
|
return result;
|
|
2479
2479
|
};
|
|
2480
2480
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -2482,14 +2482,14 @@
|
|
|
2482
2482
|
return true;
|
|
2483
2483
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
2484
2484
|
return false;
|
|
2485
|
-
if (!(this.
|
|
2485
|
+
if (!(this.e1t_1 === other.e1t_1))
|
|
2486
2486
|
return false;
|
|
2487
|
-
if (!(this.
|
|
2487
|
+
if (!(this.f1t_1 == other.f1t_1))
|
|
2488
2488
|
return false;
|
|
2489
2489
|
return true;
|
|
2490
2490
|
};
|
|
2491
2491
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2492
|
-
return $this.
|
|
2492
|
+
return $this.g1t_1.v1();
|
|
2493
2493
|
}
|
|
2494
2494
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
2495
2495
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -2504,13 +2504,13 @@
|
|
|
2504
2504
|
TerminationGameReasonDto.call(this);
|
|
2505
2505
|
var tmp = this;
|
|
2506
2506
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2507
|
-
tmp.
|
|
2507
|
+
tmp.g1t_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
2508
2508
|
}
|
|
2509
|
-
protoOf(WaitingForConnectionReasonDto).
|
|
2509
|
+
protoOf(WaitingForConnectionReasonDto).e18 = function () {
|
|
2510
2510
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
2511
2511
|
};
|
|
2512
2512
|
protoOf(WaitingForConnectionReasonDto).dw = function (typeParamsSerializers) {
|
|
2513
|
-
return this.
|
|
2513
|
+
return this.e18();
|
|
2514
2514
|
};
|
|
2515
2515
|
protoOf(WaitingForConnectionReasonDto).toString = function () {
|
|
2516
2516
|
return 'WaitingForConnectionReasonDto';
|
|
@@ -2625,15 +2625,15 @@
|
|
|
2625
2625
|
}
|
|
2626
2626
|
function mapToDto_3(_this__u8e3s4) {
|
|
2627
2627
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2628
|
-
return new PlayerExitReasonDto(_this__u8e3s4.
|
|
2628
|
+
return new PlayerExitReasonDto(_this__u8e3s4.x1p_1);
|
|
2629
2629
|
}
|
|
2630
2630
|
function mapToDto_4(_this__u8e3s4) {
|
|
2631
2631
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2632
|
-
return new PlayerLostConnectionReasonDto(_this__u8e3s4.
|
|
2632
|
+
return new PlayerLostConnectionReasonDto(_this__u8e3s4.s1p_1, _this__u8e3s4.tag);
|
|
2633
2633
|
}
|
|
2634
2634
|
function mapToDto_5(_this__u8e3s4) {
|
|
2635
2635
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2636
|
-
return new PlayerTimeoutReasonDto(_this__u8e3s4.
|
|
2636
|
+
return new PlayerTimeoutReasonDto(_this__u8e3s4.w1p_1, _this__u8e3s4.tag);
|
|
2637
2637
|
}
|
|
2638
2638
|
function mapToDto_6(_this__u8e3s4) {
|
|
2639
2639
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -2655,15 +2655,15 @@
|
|
|
2655
2655
|
}
|
|
2656
2656
|
function mapFromDto_3(_this__u8e3s4) {
|
|
2657
2657
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2658
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
2658
|
+
return new PlayerExitReason(_this__u8e3s4.x1s_1);
|
|
2659
2659
|
}
|
|
2660
2660
|
function mapFromDto_4(_this__u8e3s4) {
|
|
2661
2661
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2662
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
2662
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.a1t_1, _this__u8e3s4.b1t_1);
|
|
2663
2663
|
}
|
|
2664
2664
|
function mapFromDto_5(_this__u8e3s4) {
|
|
2665
2665
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2666
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
2666
|
+
return new PlayerTimeoutReason(_this__u8e3s4.e1t_1, _this__u8e3s4.f1t_1);
|
|
2667
2667
|
}
|
|
2668
2668
|
function mapFromDto_6(_this__u8e3s4) {
|
|
2669
2669
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -2704,8 +2704,8 @@
|
|
|
2704
2704
|
}
|
|
2705
2705
|
}
|
|
2706
2706
|
function mapToDto_8(_this__u8e3s4) {
|
|
2707
|
-
var tmp0_playerId = _this__u8e3s4.
|
|
2708
|
-
var tmp1_uid = _this__u8e3s4.
|
|
2707
|
+
var tmp0_playerId = _this__u8e3s4.i1q_1;
|
|
2708
|
+
var tmp1_uid = _this__u8e3s4.i1q_1;
|
|
2709
2709
|
var tmp2_nickname = _this__u8e3s4.name;
|
|
2710
2710
|
var tmp3_name = _this__u8e3s4.name;
|
|
2711
2711
|
var tmp4_photo = _this__u8e3s4.avatarUrl;
|
|
@@ -2724,31 +2724,31 @@
|
|
|
2724
2724
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
2725
2725
|
}
|
|
2726
2726
|
function mapFromDto_8(_this__u8e3s4) {
|
|
2727
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
2728
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
2729
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
2730
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
2731
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
2732
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
2733
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
2734
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
2727
|
+
var tmp0_elvis_lhs = _this__u8e3s4.h1t_1;
|
|
2728
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.i1t_1) : tmp0_elvis_lhs;
|
|
2729
|
+
var tmp1_elvis_lhs = _this__u8e3s4.j1t_1;
|
|
2730
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.k1t_1) : tmp1_elvis_lhs;
|
|
2731
|
+
var tmp2_elvis_lhs = _this__u8e3s4.l1t_1;
|
|
2732
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.m1t_1 : tmp2_elvis_lhs;
|
|
2733
|
+
var tmp3_elvis_lhs = _this__u8e3s4.o1t_1;
|
|
2734
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.p1t_1, _this__u8e3s4.n1t_1);
|
|
2735
2735
|
}
|
|
2736
2736
|
function mapToDto_9(_this__u8e3s4) {
|
|
2737
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
2737
|
+
var tmp0_safe_receiver = _this__u8e3s4.v1q_1;
|
|
2738
2738
|
var tmp4_startFrom = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.toString();
|
|
2739
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
2739
|
+
var tmp1_safe_receiver = _this__u8e3s4.x1q_1;
|
|
2740
2740
|
var tmp5_waitPlayerUntilTime = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.toString();
|
|
2741
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
2741
|
+
var tmp2_safe_receiver = _this__u8e3s4.w1q_1;
|
|
2742
2742
|
var tmp6_playerTurnTimeout = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.toString();
|
|
2743
|
-
var tmp7_state = _this__u8e3s4.
|
|
2744
|
-
var tmp8_tag = _this__u8e3s4.
|
|
2745
|
-
var tmp9_ready = _this__u8e3s4.
|
|
2746
|
-
var tmp3_safe_receiver = _this__u8e3s4.
|
|
2743
|
+
var tmp7_state = _this__u8e3s4.y1q_1;
|
|
2744
|
+
var tmp8_tag = _this__u8e3s4.a1r_1;
|
|
2745
|
+
var tmp9_ready = _this__u8e3s4.z1q_1;
|
|
2746
|
+
var tmp3_safe_receiver = _this__u8e3s4.b1r_1;
|
|
2747
2747
|
var tmp10_connection = tmp3_safe_receiver == null ? null : mapToDto_10(tmp3_safe_receiver);
|
|
2748
2748
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
2749
2749
|
}
|
|
2750
2750
|
function mapFromDto_9(_this__u8e3s4) {
|
|
2751
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
2751
|
+
var tmp0_safe_receiver = _this__u8e3s4.q1t_1;
|
|
2752
2752
|
var tmp;
|
|
2753
2753
|
if (tmp0_safe_receiver == null) {
|
|
2754
2754
|
tmp = null;
|
|
@@ -2757,7 +2757,7 @@
|
|
|
2757
2757
|
tmp = Companion_getInstance_0().ug(tmp0_safe_receiver);
|
|
2758
2758
|
}
|
|
2759
2759
|
var tmp5_startFromTime = tmp;
|
|
2760
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
2760
|
+
var tmp1_safe_receiver = _this__u8e3s4.s1t_1;
|
|
2761
2761
|
var tmp_0;
|
|
2762
2762
|
if (tmp1_safe_receiver == null) {
|
|
2763
2763
|
tmp_0 = null;
|
|
@@ -2766,7 +2766,7 @@
|
|
|
2766
2766
|
tmp_0 = Companion_getInstance_0().ug(tmp1_safe_receiver);
|
|
2767
2767
|
}
|
|
2768
2768
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
2769
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
2769
|
+
var tmp2_safe_receiver = _this__u8e3s4.r1t_1;
|
|
2770
2770
|
var tmp_1;
|
|
2771
2771
|
if (tmp2_safe_receiver == null) {
|
|
2772
2772
|
tmp_1 = null;
|
|
@@ -2775,19 +2775,19 @@
|
|
|
2775
2775
|
tmp_1 = Companion_getInstance_0().ug(tmp2_safe_receiver);
|
|
2776
2776
|
}
|
|
2777
2777
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
2778
|
-
var tmp8_state = _this__u8e3s4.
|
|
2779
|
-
var tmp9_tag = _this__u8e3s4.
|
|
2780
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
2778
|
+
var tmp8_state = _this__u8e3s4.t1t_1;
|
|
2779
|
+
var tmp9_tag = _this__u8e3s4.v1t_1;
|
|
2780
|
+
var tmp3_elvis_lhs = _this__u8e3s4.u1t_1;
|
|
2781
2781
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
2782
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
2782
|
+
var tmp4_safe_receiver = _this__u8e3s4.w1t_1;
|
|
2783
2783
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_10(tmp4_safe_receiver);
|
|
2784
2784
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
2785
2785
|
}
|
|
2786
2786
|
function mapToDto_10(_this__u8e3s4) {
|
|
2787
|
-
return new PlayerConnectionDto(_this__u8e3s4.
|
|
2787
|
+
return new PlayerConnectionDto(_this__u8e3s4.g1r_1, _this__u8e3s4.h1r_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.i1r_1));
|
|
2788
2788
|
}
|
|
2789
2789
|
function mapFromDto_10(_this__u8e3s4) {
|
|
2790
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
2790
|
+
return new PlayerConnection(_this__u8e3s4.x1t_1, Companion_getInstance_0().ug(_this__u8e3s4.y1t_1), Companion_getInstance().og(_this__u8e3s4.z1t_1));
|
|
2791
2791
|
}
|
|
2792
2792
|
function Companion_15() {
|
|
2793
2793
|
}
|
|
@@ -2807,39 +2807,39 @@
|
|
|
2807
2807
|
tmp0_serialDesc.bv('rating', false);
|
|
2808
2808
|
tmp0_serialDesc.bv('is_bot', false);
|
|
2809
2809
|
tmp0_serialDesc.bv('lucky_factor', false);
|
|
2810
|
-
this.
|
|
2810
|
+
this.a1u_1 = tmp0_serialDesc;
|
|
2811
2811
|
}
|
|
2812
|
-
protoOf($serializer_6).
|
|
2813
|
-
var tmp0_desc = this.
|
|
2812
|
+
protoOf($serializer_6).b1u = function (encoder, value) {
|
|
2813
|
+
var tmp0_desc = this.a1u_1;
|
|
2814
2814
|
var tmp1_output = encoder.ln(tmp0_desc);
|
|
2815
|
-
if (tmp1_output.ip(tmp0_desc, 0) ? true : !(value.
|
|
2816
|
-
tmp1_output.ep(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
2815
|
+
if (tmp1_output.ip(tmp0_desc, 0) ? true : !(value.h1t_1 == null)) {
|
|
2816
|
+
tmp1_output.ep(tmp0_desc, 0, StringSerializer_getInstance(), value.h1t_1);
|
|
2817
2817
|
}
|
|
2818
|
-
if (tmp1_output.ip(tmp0_desc, 1) ? true : !(value.
|
|
2819
|
-
tmp1_output.ep(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2818
|
+
if (tmp1_output.ip(tmp0_desc, 1) ? true : !(value.i1t_1 == null)) {
|
|
2819
|
+
tmp1_output.ep(tmp0_desc, 1, StringSerializer_getInstance(), value.i1t_1);
|
|
2820
2820
|
}
|
|
2821
|
-
if (tmp1_output.ip(tmp0_desc, 2) ? true : !(value.
|
|
2822
|
-
tmp1_output.ep(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
2821
|
+
if (tmp1_output.ip(tmp0_desc, 2) ? true : !(value.j1t_1 == null)) {
|
|
2822
|
+
tmp1_output.ep(tmp0_desc, 2, StringSerializer_getInstance(), value.j1t_1);
|
|
2823
2823
|
}
|
|
2824
|
-
if (tmp1_output.ip(tmp0_desc, 3) ? true : !(value.
|
|
2825
|
-
tmp1_output.ep(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
2824
|
+
if (tmp1_output.ip(tmp0_desc, 3) ? true : !(value.k1t_1 == null)) {
|
|
2825
|
+
tmp1_output.ep(tmp0_desc, 3, StringSerializer_getInstance(), value.k1t_1);
|
|
2826
2826
|
}
|
|
2827
|
-
if (tmp1_output.ip(tmp0_desc, 4) ? true : !(value.
|
|
2828
|
-
tmp1_output.ep(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
2827
|
+
if (tmp1_output.ip(tmp0_desc, 4) ? true : !(value.l1t_1 == null)) {
|
|
2828
|
+
tmp1_output.ep(tmp0_desc, 4, StringSerializer_getInstance(), value.l1t_1);
|
|
2829
2829
|
}
|
|
2830
|
-
if (tmp1_output.ip(tmp0_desc, 5) ? true : !(value.
|
|
2831
|
-
tmp1_output.ep(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
2830
|
+
if (tmp1_output.ip(tmp0_desc, 5) ? true : !(value.m1t_1 == null)) {
|
|
2831
|
+
tmp1_output.ep(tmp0_desc, 5, StringSerializer_getInstance(), value.m1t_1);
|
|
2832
2832
|
}
|
|
2833
|
-
tmp1_output.ep(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
2834
|
-
tmp1_output.ep(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
2835
|
-
tmp1_output.ep(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
2833
|
+
tmp1_output.ep(tmp0_desc, 6, DoubleSerializer_getInstance(), value.n1t_1);
|
|
2834
|
+
tmp1_output.ep(tmp0_desc, 7, BooleanSerializer_getInstance(), value.o1t_1);
|
|
2835
|
+
tmp1_output.ep(tmp0_desc, 8, FloatSerializer_getInstance(), value.p1t_1);
|
|
2836
2836
|
tmp1_output.mn(tmp0_desc);
|
|
2837
2837
|
};
|
|
2838
2838
|
protoOf($serializer_6).dk = function (encoder, value) {
|
|
2839
|
-
return this.
|
|
2839
|
+
return this.b1u(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
2840
2840
|
};
|
|
2841
2841
|
protoOf($serializer_6).ek = function (decoder) {
|
|
2842
|
-
var tmp0_desc = this.
|
|
2842
|
+
var tmp0_desc = this.a1u_1;
|
|
2843
2843
|
var tmp1_flag = true;
|
|
2844
2844
|
var tmp2_index = 0;
|
|
2845
2845
|
var tmp3_bitMask0 = 0;
|
|
@@ -2923,7 +2923,7 @@
|
|
|
2923
2923
|
return GameUserInfoDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
|
|
2924
2924
|
};
|
|
2925
2925
|
protoOf($serializer_6).ck = function () {
|
|
2926
|
-
return this.
|
|
2926
|
+
return this.a1u_1;
|
|
2927
2927
|
};
|
|
2928
2928
|
protoOf($serializer_6).sv = function () {
|
|
2929
2929
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2939,35 +2939,35 @@
|
|
|
2939
2939
|
}
|
|
2940
2940
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
2941
2941
|
if (!(448 === (448 & seen0))) {
|
|
2942
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().
|
|
2942
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().a1u_1);
|
|
2943
2943
|
}
|
|
2944
2944
|
if (0 === (seen0 & 1))
|
|
2945
|
-
$this.
|
|
2945
|
+
$this.h1t_1 = null;
|
|
2946
2946
|
else
|
|
2947
|
-
$this.
|
|
2947
|
+
$this.h1t_1 = playerId;
|
|
2948
2948
|
if (0 === (seen0 & 2))
|
|
2949
|
-
$this.
|
|
2949
|
+
$this.i1t_1 = null;
|
|
2950
2950
|
else
|
|
2951
|
-
$this.
|
|
2951
|
+
$this.i1t_1 = uid;
|
|
2952
2952
|
if (0 === (seen0 & 4))
|
|
2953
|
-
$this.
|
|
2953
|
+
$this.j1t_1 = null;
|
|
2954
2954
|
else
|
|
2955
|
-
$this.
|
|
2955
|
+
$this.j1t_1 = name;
|
|
2956
2956
|
if (0 === (seen0 & 8))
|
|
2957
|
-
$this.
|
|
2957
|
+
$this.k1t_1 = null;
|
|
2958
2958
|
else
|
|
2959
|
-
$this.
|
|
2959
|
+
$this.k1t_1 = nickname;
|
|
2960
2960
|
if (0 === (seen0 & 16))
|
|
2961
|
-
$this.
|
|
2961
|
+
$this.l1t_1 = null;
|
|
2962
2962
|
else
|
|
2963
|
-
$this.
|
|
2963
|
+
$this.l1t_1 = avatarUrl;
|
|
2964
2964
|
if (0 === (seen0 & 32))
|
|
2965
|
-
$this.
|
|
2965
|
+
$this.m1t_1 = null;
|
|
2966
2966
|
else
|
|
2967
|
-
$this.
|
|
2968
|
-
$this.
|
|
2969
|
-
$this.
|
|
2970
|
-
$this.
|
|
2967
|
+
$this.m1t_1 = photo;
|
|
2968
|
+
$this.n1t_1 = rating;
|
|
2969
|
+
$this.o1t_1 = isBot;
|
|
2970
|
+
$this.p1t_1 = initialLuckyFactor;
|
|
2971
2971
|
return $this;
|
|
2972
2972
|
}
|
|
2973
2973
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -2980,47 +2980,47 @@
|
|
|
2980
2980
|
nickname = nickname === VOID ? null : nickname;
|
|
2981
2981
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
2982
2982
|
photo = photo === VOID ? null : photo;
|
|
2983
|
-
this.
|
|
2984
|
-
this.
|
|
2985
|
-
this.
|
|
2986
|
-
this.
|
|
2987
|
-
this.
|
|
2988
|
-
this.
|
|
2989
|
-
this.
|
|
2990
|
-
this.
|
|
2991
|
-
this.
|
|
2992
|
-
}
|
|
2993
|
-
protoOf(GameUserInfoDto).
|
|
2994
|
-
return this.
|
|
2995
|
-
};
|
|
2996
|
-
protoOf(GameUserInfoDto).
|
|
2983
|
+
this.h1t_1 = playerId;
|
|
2984
|
+
this.i1t_1 = uid;
|
|
2985
|
+
this.j1t_1 = name;
|
|
2986
|
+
this.k1t_1 = nickname;
|
|
2987
|
+
this.l1t_1 = avatarUrl;
|
|
2988
|
+
this.m1t_1 = photo;
|
|
2989
|
+
this.n1t_1 = rating;
|
|
2990
|
+
this.o1t_1 = isBot;
|
|
2991
|
+
this.p1t_1 = initialLuckyFactor;
|
|
2992
|
+
}
|
|
2993
|
+
protoOf(GameUserInfoDto).c1u = function () {
|
|
2994
|
+
return this.d1u(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
2995
|
+
};
|
|
2996
|
+
protoOf(GameUserInfoDto).e1u = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
2997
2997
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
2998
2998
|
};
|
|
2999
|
-
protoOf(GameUserInfoDto).
|
|
3000
|
-
playerId = playerId === VOID ? this.
|
|
3001
|
-
uid = uid === VOID ? this.
|
|
3002
|
-
name = name === VOID ? this.
|
|
3003
|
-
nickname = nickname === VOID ? this.
|
|
3004
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3005
|
-
photo = photo === VOID ? this.
|
|
3006
|
-
rating = rating === VOID ? this.
|
|
3007
|
-
isBot = isBot === VOID ? this.
|
|
3008
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3009
|
-
return $super === VOID ? this.
|
|
2999
|
+
protoOf(GameUserInfoDto).d1u = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3000
|
+
playerId = playerId === VOID ? this.h1t_1 : playerId;
|
|
3001
|
+
uid = uid === VOID ? this.i1t_1 : uid;
|
|
3002
|
+
name = name === VOID ? this.j1t_1 : name;
|
|
3003
|
+
nickname = nickname === VOID ? this.k1t_1 : nickname;
|
|
3004
|
+
avatarUrl = avatarUrl === VOID ? this.l1t_1 : avatarUrl;
|
|
3005
|
+
photo = photo === VOID ? this.m1t_1 : photo;
|
|
3006
|
+
rating = rating === VOID ? this.n1t_1 : rating;
|
|
3007
|
+
isBot = isBot === VOID ? this.o1t_1 : isBot;
|
|
3008
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.p1t_1 : initialLuckyFactor;
|
|
3009
|
+
return $super === VOID ? this.e1u(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.e1u.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3010
3010
|
};
|
|
3011
3011
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3012
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3012
|
+
return 'GameUserInfoDto(playerId=' + this.h1t_1 + ', uid=' + this.i1t_1 + ', name=' + this.j1t_1 + ', nickname=' + this.k1t_1 + ', avatarUrl=' + this.l1t_1 + ', photo=' + this.m1t_1 + ', rating=' + this.n1t_1 + ', isBot=' + this.o1t_1 + ', initialLuckyFactor=' + this.p1t_1 + ')';
|
|
3013
3013
|
};
|
|
3014
3014
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3015
|
-
var result = this.
|
|
3016
|
-
result = imul(result, 31) + (this.e1t_1 == null ? 0 : getStringHashCode(this.e1t_1)) | 0;
|
|
3017
|
-
result = imul(result, 31) + (this.f1t_1 == null ? 0 : getStringHashCode(this.f1t_1)) | 0;
|
|
3018
|
-
result = imul(result, 31) + (this.g1t_1 == null ? 0 : getStringHashCode(this.g1t_1)) | 0;
|
|
3019
|
-
result = imul(result, 31) + (this.h1t_1 == null ? 0 : getStringHashCode(this.h1t_1)) | 0;
|
|
3015
|
+
var result = this.h1t_1 == null ? 0 : getStringHashCode(this.h1t_1);
|
|
3020
3016
|
result = imul(result, 31) + (this.i1t_1 == null ? 0 : getStringHashCode(this.i1t_1)) | 0;
|
|
3021
|
-
result = imul(result, 31) + (this.j1t_1 == null ? 0 :
|
|
3022
|
-
result = imul(result, 31) + (this.k1t_1 == null ? 0 :
|
|
3023
|
-
result = imul(result, 31) + (this.l1t_1 == null ? 0 :
|
|
3017
|
+
result = imul(result, 31) + (this.j1t_1 == null ? 0 : getStringHashCode(this.j1t_1)) | 0;
|
|
3018
|
+
result = imul(result, 31) + (this.k1t_1 == null ? 0 : getStringHashCode(this.k1t_1)) | 0;
|
|
3019
|
+
result = imul(result, 31) + (this.l1t_1 == null ? 0 : getStringHashCode(this.l1t_1)) | 0;
|
|
3020
|
+
result = imul(result, 31) + (this.m1t_1 == null ? 0 : getStringHashCode(this.m1t_1)) | 0;
|
|
3021
|
+
result = imul(result, 31) + (this.n1t_1 == null ? 0 : getNumberHashCode(this.n1t_1)) | 0;
|
|
3022
|
+
result = imul(result, 31) + (this.o1t_1 == null ? 0 : getBooleanHashCode(this.o1t_1)) | 0;
|
|
3023
|
+
result = imul(result, 31) + (this.p1t_1 == null ? 0 : getNumberHashCode(this.p1t_1)) | 0;
|
|
3024
3024
|
return result;
|
|
3025
3025
|
};
|
|
3026
3026
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3028,28 +3028,28 @@
|
|
|
3028
3028
|
return true;
|
|
3029
3029
|
if (!(other instanceof GameUserInfoDto))
|
|
3030
3030
|
return false;
|
|
3031
|
-
if (!(this.
|
|
3031
|
+
if (!(this.h1t_1 == other.h1t_1))
|
|
3032
3032
|
return false;
|
|
3033
|
-
if (!(this.
|
|
3033
|
+
if (!(this.i1t_1 == other.i1t_1))
|
|
3034
3034
|
return false;
|
|
3035
|
-
if (!(this.
|
|
3035
|
+
if (!(this.j1t_1 == other.j1t_1))
|
|
3036
3036
|
return false;
|
|
3037
|
-
if (!(this.
|
|
3037
|
+
if (!(this.k1t_1 == other.k1t_1))
|
|
3038
3038
|
return false;
|
|
3039
|
-
if (!(this.
|
|
3039
|
+
if (!(this.l1t_1 == other.l1t_1))
|
|
3040
3040
|
return false;
|
|
3041
|
-
if (!(this.
|
|
3041
|
+
if (!(this.m1t_1 == other.m1t_1))
|
|
3042
3042
|
return false;
|
|
3043
|
-
if (!equals(this.
|
|
3043
|
+
if (!equals(this.n1t_1, other.n1t_1))
|
|
3044
3044
|
return false;
|
|
3045
|
-
if (!(this.
|
|
3045
|
+
if (!(this.o1t_1 == other.o1t_1))
|
|
3046
3046
|
return false;
|
|
3047
|
-
if (!equals(this.
|
|
3047
|
+
if (!equals(this.p1t_1, other.p1t_1))
|
|
3048
3048
|
return false;
|
|
3049
3049
|
return true;
|
|
3050
3050
|
};
|
|
3051
3051
|
function PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2() {
|
|
3052
|
-
return Companion_getInstance_9().
|
|
3052
|
+
return Companion_getInstance_9().e18();
|
|
3053
3053
|
}
|
|
3054
3054
|
function Companion_16() {
|
|
3055
3055
|
Companion_instance_16 = this;
|
|
@@ -3058,7 +3058,7 @@
|
|
|
3058
3058
|
// Inline function 'kotlin.arrayOf' call
|
|
3059
3059
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3060
3060
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3061
|
-
tmp.
|
|
3061
|
+
tmp.f1u_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
3062
3062
|
}
|
|
3063
3063
|
var Companion_instance_16;
|
|
3064
3064
|
function Companion_getInstance_19() {
|
|
@@ -3072,22 +3072,22 @@
|
|
|
3072
3072
|
tmp0_serialDesc.bv('state', false);
|
|
3073
3073
|
tmp0_serialDesc.bv('connectionChangedTime', false);
|
|
3074
3074
|
tmp0_serialDesc.bv('notLiveDurationRecord', false);
|
|
3075
|
-
this.
|
|
3075
|
+
this.g1u_1 = tmp0_serialDesc;
|
|
3076
3076
|
}
|
|
3077
|
-
protoOf($serializer_7).
|
|
3078
|
-
var tmp0_desc = this.
|
|
3077
|
+
protoOf($serializer_7).h1u = function (encoder, value) {
|
|
3078
|
+
var tmp0_desc = this.g1u_1;
|
|
3079
3079
|
var tmp1_output = encoder.ln(tmp0_desc);
|
|
3080
|
-
var tmp2_cached = Companion_getInstance_19().
|
|
3081
|
-
tmp1_output.cp(tmp0_desc, 0, tmp2_cached[0].v1(), value.
|
|
3082
|
-
tmp1_output.ap(tmp0_desc, 1, value.
|
|
3083
|
-
tmp1_output.ap(tmp0_desc, 2, value.
|
|
3080
|
+
var tmp2_cached = Companion_getInstance_19().f1u_1;
|
|
3081
|
+
tmp1_output.cp(tmp0_desc, 0, tmp2_cached[0].v1(), value.x1t_1);
|
|
3082
|
+
tmp1_output.ap(tmp0_desc, 1, value.y1t_1);
|
|
3083
|
+
tmp1_output.ap(tmp0_desc, 2, value.z1t_1);
|
|
3084
3084
|
tmp1_output.mn(tmp0_desc);
|
|
3085
3085
|
};
|
|
3086
3086
|
protoOf($serializer_7).dk = function (encoder, value) {
|
|
3087
|
-
return this.
|
|
3087
|
+
return this.h1u(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3088
3088
|
};
|
|
3089
3089
|
protoOf($serializer_7).ek = function (decoder) {
|
|
3090
|
-
var tmp0_desc = this.
|
|
3090
|
+
var tmp0_desc = this.g1u_1;
|
|
3091
3091
|
var tmp1_flag = true;
|
|
3092
3092
|
var tmp2_index = 0;
|
|
3093
3093
|
var tmp3_bitMask0 = 0;
|
|
@@ -3095,7 +3095,7 @@
|
|
|
3095
3095
|
var tmp5_local1 = null;
|
|
3096
3096
|
var tmp6_local2 = null;
|
|
3097
3097
|
var tmp7_input = decoder.ln(tmp0_desc);
|
|
3098
|
-
var tmp8_cached = Companion_getInstance_19().
|
|
3098
|
+
var tmp8_cached = Companion_getInstance_19().f1u_1;
|
|
3099
3099
|
if (tmp7_input.bo()) {
|
|
3100
3100
|
tmp4_local0 = tmp7_input.xn(tmp0_desc, 0, tmp8_cached[0].v1(), tmp4_local0);
|
|
3101
3101
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3130,13 +3130,13 @@
|
|
|
3130
3130
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3131
3131
|
};
|
|
3132
3132
|
protoOf($serializer_7).ck = function () {
|
|
3133
|
-
return this.
|
|
3133
|
+
return this.g1u_1;
|
|
3134
3134
|
};
|
|
3135
3135
|
protoOf($serializer_7).sv = function () {
|
|
3136
3136
|
// Inline function 'kotlin.arrayOf' call
|
|
3137
3137
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3138
3138
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3139
|
-
return [Companion_getInstance_19().
|
|
3139
|
+
return [Companion_getInstance_19().f1u_1[0].v1(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3140
3140
|
};
|
|
3141
3141
|
var $serializer_instance_7;
|
|
3142
3142
|
function $serializer_getInstance_7() {
|
|
@@ -3146,11 +3146,11 @@
|
|
|
3146
3146
|
}
|
|
3147
3147
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3148
3148
|
if (!(7 === (7 & seen0))) {
|
|
3149
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().
|
|
3149
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().g1u_1);
|
|
3150
3150
|
}
|
|
3151
|
-
$this.
|
|
3152
|
-
$this.
|
|
3153
|
-
$this.
|
|
3151
|
+
$this.x1t_1 = state;
|
|
3152
|
+
$this.y1t_1 = connectionChangedTime;
|
|
3153
|
+
$this.z1t_1 = notLiveDurationRecord;
|
|
3154
3154
|
return $this;
|
|
3155
3155
|
}
|
|
3156
3156
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3158,17 +3158,17 @@
|
|
|
3158
3158
|
}
|
|
3159
3159
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3160
3160
|
Companion_getInstance_19();
|
|
3161
|
-
this.
|
|
3162
|
-
this.
|
|
3163
|
-
this.
|
|
3161
|
+
this.x1t_1 = state;
|
|
3162
|
+
this.y1t_1 = connectionChangedTime;
|
|
3163
|
+
this.z1t_1 = notLiveDurationRecord;
|
|
3164
3164
|
}
|
|
3165
3165
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3166
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3166
|
+
return 'PlayerConnectionDto(state=' + this.x1t_1.toString() + ', connectionChangedTime=' + this.y1t_1 + ', notLiveDurationRecord=' + this.z1t_1 + ')';
|
|
3167
3167
|
};
|
|
3168
3168
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3169
|
-
var result = this.
|
|
3170
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
3171
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
3169
|
+
var result = this.x1t_1.hashCode();
|
|
3170
|
+
result = imul(result, 31) + getStringHashCode(this.y1t_1) | 0;
|
|
3171
|
+
result = imul(result, 31) + getStringHashCode(this.z1t_1) | 0;
|
|
3172
3172
|
return result;
|
|
3173
3173
|
};
|
|
3174
3174
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3176,16 +3176,16 @@
|
|
|
3176
3176
|
return true;
|
|
3177
3177
|
if (!(other instanceof PlayerConnectionDto))
|
|
3178
3178
|
return false;
|
|
3179
|
-
if (!this.
|
|
3179
|
+
if (!this.x1t_1.equals(other.x1t_1))
|
|
3180
3180
|
return false;
|
|
3181
|
-
if (!(this.
|
|
3181
|
+
if (!(this.y1t_1 === other.y1t_1))
|
|
3182
3182
|
return false;
|
|
3183
|
-
if (!(this.
|
|
3183
|
+
if (!(this.z1t_1 === other.z1t_1))
|
|
3184
3184
|
return false;
|
|
3185
3185
|
return true;
|
|
3186
3186
|
};
|
|
3187
3187
|
function PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl() {
|
|
3188
|
-
return Companion_getInstance_10().
|
|
3188
|
+
return Companion_getInstance_10().e18();
|
|
3189
3189
|
}
|
|
3190
3190
|
function Companion_17() {
|
|
3191
3191
|
Companion_instance_17 = this;
|
|
@@ -3194,7 +3194,7 @@
|
|
|
3194
3194
|
// Inline function 'kotlin.arrayOf' call
|
|
3195
3195
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3196
3196
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3197
|
-
tmp.
|
|
3197
|
+
tmp.i1u_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3198
3198
|
}
|
|
3199
3199
|
var Companion_instance_17;
|
|
3200
3200
|
function Companion_getInstance_20() {
|
|
@@ -3212,38 +3212,38 @@
|
|
|
3212
3212
|
tmp0_serialDesc.bv('ready', true);
|
|
3213
3213
|
tmp0_serialDesc.bv('tag', true);
|
|
3214
3214
|
tmp0_serialDesc.bv('connection', true);
|
|
3215
|
-
this.
|
|
3215
|
+
this.j1u_1 = tmp0_serialDesc;
|
|
3216
3216
|
}
|
|
3217
|
-
protoOf($serializer_8).
|
|
3218
|
-
var tmp0_desc = this.
|
|
3217
|
+
protoOf($serializer_8).k1u = function (encoder, value) {
|
|
3218
|
+
var tmp0_desc = this.j1u_1;
|
|
3219
3219
|
var tmp1_output = encoder.ln(tmp0_desc);
|
|
3220
|
-
var tmp2_cached = Companion_getInstance_20().
|
|
3221
|
-
if (tmp1_output.ip(tmp0_desc, 0) ? true : !(value.
|
|
3222
|
-
tmp1_output.ep(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3220
|
+
var tmp2_cached = Companion_getInstance_20().i1u_1;
|
|
3221
|
+
if (tmp1_output.ip(tmp0_desc, 0) ? true : !(value.q1t_1 == null)) {
|
|
3222
|
+
tmp1_output.ep(tmp0_desc, 0, StringSerializer_getInstance(), value.q1t_1);
|
|
3223
3223
|
}
|
|
3224
|
-
if (tmp1_output.ip(tmp0_desc, 1) ? true : !(value.
|
|
3225
|
-
tmp1_output.ep(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3224
|
+
if (tmp1_output.ip(tmp0_desc, 1) ? true : !(value.r1t_1 == null)) {
|
|
3225
|
+
tmp1_output.ep(tmp0_desc, 1, StringSerializer_getInstance(), value.r1t_1);
|
|
3226
3226
|
}
|
|
3227
|
-
if (tmp1_output.ip(tmp0_desc, 2) ? true : !(value.
|
|
3228
|
-
tmp1_output.ep(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3227
|
+
if (tmp1_output.ip(tmp0_desc, 2) ? true : !(value.s1t_1 == null)) {
|
|
3228
|
+
tmp1_output.ep(tmp0_desc, 2, StringSerializer_getInstance(), value.s1t_1);
|
|
3229
3229
|
}
|
|
3230
|
-
tmp1_output.cp(tmp0_desc, 3, tmp2_cached[3].v1(), value.
|
|
3231
|
-
if (tmp1_output.ip(tmp0_desc, 4) ? true : !(value.
|
|
3232
|
-
tmp1_output.ep(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3230
|
+
tmp1_output.cp(tmp0_desc, 3, tmp2_cached[3].v1(), value.t1t_1);
|
|
3231
|
+
if (tmp1_output.ip(tmp0_desc, 4) ? true : !(value.u1t_1 == null)) {
|
|
3232
|
+
tmp1_output.ep(tmp0_desc, 4, BooleanSerializer_getInstance(), value.u1t_1);
|
|
3233
3233
|
}
|
|
3234
|
-
if (tmp1_output.ip(tmp0_desc, 5) ? true : !(value.
|
|
3235
|
-
tmp1_output.ep(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3234
|
+
if (tmp1_output.ip(tmp0_desc, 5) ? true : !(value.v1t_1 == null)) {
|
|
3235
|
+
tmp1_output.ep(tmp0_desc, 5, StringSerializer_getInstance(), value.v1t_1);
|
|
3236
3236
|
}
|
|
3237
|
-
if (tmp1_output.ip(tmp0_desc, 6) ? true : !(value.
|
|
3238
|
-
tmp1_output.ep(tmp0_desc, 6, $serializer_getInstance_7(), value.
|
|
3237
|
+
if (tmp1_output.ip(tmp0_desc, 6) ? true : !(value.w1t_1 == null)) {
|
|
3238
|
+
tmp1_output.ep(tmp0_desc, 6, $serializer_getInstance_7(), value.w1t_1);
|
|
3239
3239
|
}
|
|
3240
3240
|
tmp1_output.mn(tmp0_desc);
|
|
3241
3241
|
};
|
|
3242
3242
|
protoOf($serializer_8).dk = function (encoder, value) {
|
|
3243
|
-
return this.
|
|
3243
|
+
return this.k1u(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3244
3244
|
};
|
|
3245
3245
|
protoOf($serializer_8).ek = function (decoder) {
|
|
3246
|
-
var tmp0_desc = this.
|
|
3246
|
+
var tmp0_desc = this.j1u_1;
|
|
3247
3247
|
var tmp1_flag = true;
|
|
3248
3248
|
var tmp2_index = 0;
|
|
3249
3249
|
var tmp3_bitMask0 = 0;
|
|
@@ -3255,7 +3255,7 @@
|
|
|
3255
3255
|
var tmp9_local5 = null;
|
|
3256
3256
|
var tmp10_local6 = null;
|
|
3257
3257
|
var tmp11_input = decoder.ln(tmp0_desc);
|
|
3258
|
-
var tmp12_cached = Companion_getInstance_20().
|
|
3258
|
+
var tmp12_cached = Companion_getInstance_20().i1u_1;
|
|
3259
3259
|
if (tmp11_input.bo()) {
|
|
3260
3260
|
tmp4_local0 = tmp11_input.zn(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3261
3261
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3314,10 +3314,10 @@
|
|
|
3314
3314
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
3315
3315
|
};
|
|
3316
3316
|
protoOf($serializer_8).ck = function () {
|
|
3317
|
-
return this.
|
|
3317
|
+
return this.j1u_1;
|
|
3318
3318
|
};
|
|
3319
3319
|
protoOf($serializer_8).sv = function () {
|
|
3320
|
-
var tmp0_cached = Companion_getInstance_20().
|
|
3320
|
+
var tmp0_cached = Companion_getInstance_20().i1u_1;
|
|
3321
3321
|
// Inline function 'kotlin.arrayOf' call
|
|
3322
3322
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3323
3323
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3331,33 +3331,33 @@
|
|
|
3331
3331
|
}
|
|
3332
3332
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
3333
3333
|
if (!(8 === (8 & seen0))) {
|
|
3334
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().
|
|
3334
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().j1u_1);
|
|
3335
3335
|
}
|
|
3336
3336
|
if (0 === (seen0 & 1))
|
|
3337
|
-
$this.
|
|
3337
|
+
$this.q1t_1 = null;
|
|
3338
3338
|
else
|
|
3339
|
-
$this.
|
|
3339
|
+
$this.q1t_1 = startFrom;
|
|
3340
3340
|
if (0 === (seen0 & 2))
|
|
3341
|
-
$this.
|
|
3341
|
+
$this.r1t_1 = null;
|
|
3342
3342
|
else
|
|
3343
|
-
$this.
|
|
3343
|
+
$this.r1t_1 = playerTurnTimeout;
|
|
3344
3344
|
if (0 === (seen0 & 4))
|
|
3345
|
-
$this.
|
|
3345
|
+
$this.s1t_1 = null;
|
|
3346
3346
|
else
|
|
3347
|
-
$this.
|
|
3348
|
-
$this.
|
|
3347
|
+
$this.s1t_1 = waitPlayerUntilTime;
|
|
3348
|
+
$this.t1t_1 = state;
|
|
3349
3349
|
if (0 === (seen0 & 16))
|
|
3350
|
-
$this.
|
|
3350
|
+
$this.u1t_1 = null;
|
|
3351
3351
|
else
|
|
3352
|
-
$this.
|
|
3352
|
+
$this.u1t_1 = ready;
|
|
3353
3353
|
if (0 === (seen0 & 32))
|
|
3354
|
-
$this.
|
|
3354
|
+
$this.v1t_1 = null;
|
|
3355
3355
|
else
|
|
3356
|
-
$this.
|
|
3356
|
+
$this.v1t_1 = tag;
|
|
3357
3357
|
if (0 === (seen0 & 64))
|
|
3358
|
-
$this.
|
|
3358
|
+
$this.w1t_1 = null;
|
|
3359
3359
|
else
|
|
3360
|
-
$this.
|
|
3360
|
+
$this.w1t_1 = connection;
|
|
3361
3361
|
return $this;
|
|
3362
3362
|
}
|
|
3363
3363
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -3371,25 +3371,25 @@
|
|
|
3371
3371
|
ready = ready === VOID ? null : ready;
|
|
3372
3372
|
tag = tag === VOID ? null : tag;
|
|
3373
3373
|
connection = connection === VOID ? null : connection;
|
|
3374
|
-
this.
|
|
3375
|
-
this.
|
|
3376
|
-
this.
|
|
3377
|
-
this.
|
|
3378
|
-
this.
|
|
3379
|
-
this.
|
|
3380
|
-
this.
|
|
3374
|
+
this.q1t_1 = startFrom;
|
|
3375
|
+
this.r1t_1 = playerTurnTimeout;
|
|
3376
|
+
this.s1t_1 = waitPlayerUntilTime;
|
|
3377
|
+
this.t1t_1 = state;
|
|
3378
|
+
this.u1t_1 = ready;
|
|
3379
|
+
this.v1t_1 = tag;
|
|
3380
|
+
this.w1t_1 = connection;
|
|
3381
3381
|
}
|
|
3382
3382
|
protoOf(PlayerStateDto).toString = function () {
|
|
3383
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
3383
|
+
return 'PlayerStateDto(startFrom=' + this.q1t_1 + ', playerTurnTimeout=' + this.r1t_1 + ', waitPlayerUntilTime=' + this.s1t_1 + ', state=' + this.t1t_1.toString() + ', ready=' + this.u1t_1 + ', tag=' + this.v1t_1 + ', connection=' + toString(this.w1t_1) + ')';
|
|
3384
3384
|
};
|
|
3385
3385
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
3386
|
-
var result = this.
|
|
3387
|
-
result = imul(result, 31) + (this.n1t_1 == null ? 0 : getStringHashCode(this.n1t_1)) | 0;
|
|
3388
|
-
result = imul(result, 31) + (this.o1t_1 == null ? 0 : getStringHashCode(this.o1t_1)) | 0;
|
|
3389
|
-
result = imul(result, 31) + this.p1t_1.hashCode() | 0;
|
|
3390
|
-
result = imul(result, 31) + (this.q1t_1 == null ? 0 : getBooleanHashCode(this.q1t_1)) | 0;
|
|
3386
|
+
var result = this.q1t_1 == null ? 0 : getStringHashCode(this.q1t_1);
|
|
3391
3387
|
result = imul(result, 31) + (this.r1t_1 == null ? 0 : getStringHashCode(this.r1t_1)) | 0;
|
|
3392
|
-
result = imul(result, 31) + (this.s1t_1 == null ? 0 : this.s1t_1
|
|
3388
|
+
result = imul(result, 31) + (this.s1t_1 == null ? 0 : getStringHashCode(this.s1t_1)) | 0;
|
|
3389
|
+
result = imul(result, 31) + this.t1t_1.hashCode() | 0;
|
|
3390
|
+
result = imul(result, 31) + (this.u1t_1 == null ? 0 : getBooleanHashCode(this.u1t_1)) | 0;
|
|
3391
|
+
result = imul(result, 31) + (this.v1t_1 == null ? 0 : getStringHashCode(this.v1t_1)) | 0;
|
|
3392
|
+
result = imul(result, 31) + (this.w1t_1 == null ? 0 : this.w1t_1.hashCode()) | 0;
|
|
3393
3393
|
return result;
|
|
3394
3394
|
};
|
|
3395
3395
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -3397,19 +3397,19 @@
|
|
|
3397
3397
|
return true;
|
|
3398
3398
|
if (!(other instanceof PlayerStateDto))
|
|
3399
3399
|
return false;
|
|
3400
|
-
if (!(this.
|
|
3400
|
+
if (!(this.q1t_1 == other.q1t_1))
|
|
3401
3401
|
return false;
|
|
3402
|
-
if (!(this.
|
|
3402
|
+
if (!(this.r1t_1 == other.r1t_1))
|
|
3403
3403
|
return false;
|
|
3404
|
-
if (!(this.
|
|
3404
|
+
if (!(this.s1t_1 == other.s1t_1))
|
|
3405
3405
|
return false;
|
|
3406
|
-
if (!this.
|
|
3406
|
+
if (!this.t1t_1.equals(other.t1t_1))
|
|
3407
3407
|
return false;
|
|
3408
|
-
if (!(this.
|
|
3408
|
+
if (!(this.u1t_1 == other.u1t_1))
|
|
3409
3409
|
return false;
|
|
3410
|
-
if (!(this.
|
|
3410
|
+
if (!(this.v1t_1 == other.v1t_1))
|
|
3411
3411
|
return false;
|
|
3412
|
-
if (!equals(this.
|
|
3412
|
+
if (!equals(this.w1t_1, other.w1t_1))
|
|
3413
3413
|
return false;
|
|
3414
3414
|
return true;
|
|
3415
3415
|
};
|
|
@@ -3433,7 +3433,7 @@
|
|
|
3433
3433
|
// Inline function 'kotlin.arrayOf' call
|
|
3434
3434
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3435
3435
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3436
|
-
tmp.
|
|
3436
|
+
tmp.l1u_1 = [null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, lazy(tmp_4, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_1), null, null, null, null, null, null, null, null, null, null, null, null];
|
|
3437
3437
|
}
|
|
3438
3438
|
var Companion_instance_18;
|
|
3439
3439
|
function Companion_getInstance_21() {
|
|
@@ -3470,45 +3470,45 @@
|
|
|
3470
3470
|
tmp0_serialDesc.bv('fineIfNoBribes', false);
|
|
3471
3471
|
tmp0_serialDesc.bv('enableFineAfterThirdByte', false);
|
|
3472
3472
|
tmp0_serialDesc.bv('fineAfterThirdFailedContract', false);
|
|
3473
|
-
this.
|
|
3473
|
+
this.m1u_1 = tmp0_serialDesc;
|
|
3474
3474
|
}
|
|
3475
|
-
protoOf($serializer_9).
|
|
3476
|
-
var tmp0_desc = this.
|
|
3475
|
+
protoOf($serializer_9).n1u = function (encoder, value) {
|
|
3476
|
+
var tmp0_desc = this.m1u_1;
|
|
3477
3477
|
var tmp1_output = encoder.ln(tmp0_desc);
|
|
3478
|
-
var tmp2_cached = Companion_getInstance_21().
|
|
3479
|
-
tmp1_output.ep(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3480
|
-
tmp1_output.ep(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
3481
|
-
tmp1_output.ep(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
3482
|
-
tmp1_output.ep(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
3483
|
-
tmp1_output.ep(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3484
|
-
tmp1_output.ep(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
3485
|
-
tmp1_output.ep(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
3486
|
-
tmp1_output.ep(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3487
|
-
tmp1_output.ep(tmp0_desc, 8, tmp2_cached[8].v1(), value.
|
|
3488
|
-
tmp1_output.ep(tmp0_desc, 9, tmp2_cached[9].v1(), value.
|
|
3489
|
-
tmp1_output.ep(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
3490
|
-
tmp1_output.ep(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
3491
|
-
tmp1_output.ep(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
3492
|
-
tmp1_output.ep(tmp0_desc, 13, tmp2_cached[13].v1(), value.
|
|
3493
|
-
tmp1_output.ep(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
3494
|
-
tmp1_output.ep(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
3495
|
-
tmp1_output.ep(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
3496
|
-
tmp1_output.ep(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
3497
|
-
tmp1_output.ep(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
3498
|
-
tmp1_output.ep(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
3499
|
-
tmp1_output.ep(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
3500
|
-
tmp1_output.ap(tmp0_desc, 21, value.
|
|
3501
|
-
tmp1_output.ep(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
3502
|
-
tmp1_output.ep(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
3503
|
-
tmp1_output.ep(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
3504
|
-
tmp1_output.ep(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
3478
|
+
var tmp2_cached = Companion_getInstance_21().l1u_1;
|
|
3479
|
+
tmp1_output.ep(tmp0_desc, 0, StringSerializer_getInstance(), value.o1u_1);
|
|
3480
|
+
tmp1_output.ep(tmp0_desc, 1, BooleanSerializer_getInstance(), value.p1u_1);
|
|
3481
|
+
tmp1_output.ep(tmp0_desc, 2, BooleanSerializer_getInstance(), value.q1u_1);
|
|
3482
|
+
tmp1_output.ep(tmp0_desc, 3, BooleanSerializer_getInstance(), value.r1u_1);
|
|
3483
|
+
tmp1_output.ep(tmp0_desc, 4, BooleanSerializer_getInstance(), value.s1u_1);
|
|
3484
|
+
tmp1_output.ep(tmp0_desc, 5, IntSerializer_getInstance(), value.t1u_1);
|
|
3485
|
+
tmp1_output.ep(tmp0_desc, 6, IntSerializer_getInstance(), value.u1u_1);
|
|
3486
|
+
tmp1_output.ep(tmp0_desc, 7, BooleanSerializer_getInstance(), value.v1u_1);
|
|
3487
|
+
tmp1_output.ep(tmp0_desc, 8, tmp2_cached[8].v1(), value.w1u_1);
|
|
3488
|
+
tmp1_output.ep(tmp0_desc, 9, tmp2_cached[9].v1(), value.x1u_1);
|
|
3489
|
+
tmp1_output.ep(tmp0_desc, 10, BooleanSerializer_getInstance(), value.y1u_1);
|
|
3490
|
+
tmp1_output.ep(tmp0_desc, 11, StringSerializer_getInstance(), value.z1u_1);
|
|
3491
|
+
tmp1_output.ep(tmp0_desc, 12, StringSerializer_getInstance(), value.a1v_1);
|
|
3492
|
+
tmp1_output.ep(tmp0_desc, 13, tmp2_cached[13].v1(), value.b1v_1);
|
|
3493
|
+
tmp1_output.ep(tmp0_desc, 14, BooleanSerializer_getInstance(), value.c1v_1);
|
|
3494
|
+
tmp1_output.ep(tmp0_desc, 15, BooleanSerializer_getInstance(), value.d1v_1);
|
|
3495
|
+
tmp1_output.ep(tmp0_desc, 16, BooleanSerializer_getInstance(), value.e1v_1);
|
|
3496
|
+
tmp1_output.ep(tmp0_desc, 17, BooleanSerializer_getInstance(), value.f1v_1);
|
|
3497
|
+
tmp1_output.ep(tmp0_desc, 18, BooleanSerializer_getInstance(), value.g1v_1);
|
|
3498
|
+
tmp1_output.ep(tmp0_desc, 19, BooleanSerializer_getInstance(), value.h1v_1);
|
|
3499
|
+
tmp1_output.ep(tmp0_desc, 20, BooleanSerializer_getInstance(), value.i1v_1);
|
|
3500
|
+
tmp1_output.ap(tmp0_desc, 21, value.j1v_1);
|
|
3501
|
+
tmp1_output.ep(tmp0_desc, 22, BooleanSerializer_getInstance(), value.k1v_1);
|
|
3502
|
+
tmp1_output.ep(tmp0_desc, 23, IntSerializer_getInstance(), value.l1v_1);
|
|
3503
|
+
tmp1_output.ep(tmp0_desc, 24, BooleanSerializer_getInstance(), value.m1v_1);
|
|
3504
|
+
tmp1_output.ep(tmp0_desc, 25, IntSerializer_getInstance(), value.n1v_1);
|
|
3505
3505
|
tmp1_output.mn(tmp0_desc);
|
|
3506
3506
|
};
|
|
3507
3507
|
protoOf($serializer_9).dk = function (encoder, value) {
|
|
3508
|
-
return this.
|
|
3508
|
+
return this.n1u(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
3509
3509
|
};
|
|
3510
3510
|
protoOf($serializer_9).ek = function (decoder) {
|
|
3511
|
-
var tmp0_desc = this.
|
|
3511
|
+
var tmp0_desc = this.m1u_1;
|
|
3512
3512
|
var tmp1_flag = true;
|
|
3513
3513
|
var tmp2_index = 0;
|
|
3514
3514
|
var tmp3_bitMask0 = 0;
|
|
@@ -3539,7 +3539,7 @@
|
|
|
3539
3539
|
var tmp28_local24 = null;
|
|
3540
3540
|
var tmp29_local25 = null;
|
|
3541
3541
|
var tmp30_input = decoder.ln(tmp0_desc);
|
|
3542
|
-
var tmp31_cached = Companion_getInstance_21().
|
|
3542
|
+
var tmp31_cached = Companion_getInstance_21().l1u_1;
|
|
3543
3543
|
if (tmp30_input.bo()) {
|
|
3544
3544
|
tmp4_local0 = tmp30_input.zn(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3545
3545
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3712,10 +3712,10 @@
|
|
|
3712
3712
|
return RulesDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, tmp17_local13, tmp18_local14, tmp19_local15, tmp20_local16, tmp21_local17, tmp22_local18, tmp23_local19, tmp24_local20, tmp25_local21, tmp26_local22, tmp27_local23, tmp28_local24, tmp29_local25, null);
|
|
3713
3713
|
};
|
|
3714
3714
|
protoOf($serializer_9).ck = function () {
|
|
3715
|
-
return this.
|
|
3715
|
+
return this.m1u_1;
|
|
3716
3716
|
};
|
|
3717
3717
|
protoOf($serializer_9).sv = function () {
|
|
3718
|
-
var tmp0_cached = Companion_getInstance_21().
|
|
3718
|
+
var tmp0_cached = Companion_getInstance_21().l1u_1;
|
|
3719
3719
|
// Inline function 'kotlin.arrayOf' call
|
|
3720
3720
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3721
3721
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3729,34 +3729,34 @@
|
|
|
3729
3729
|
}
|
|
3730
3730
|
function RulesDto_init_$Init$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, $this) {
|
|
3731
3731
|
if (!(67108863 === (67108863 & seen0))) {
|
|
3732
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().
|
|
3732
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().m1u_1);
|
|
3733
3733
|
}
|
|
3734
|
-
$this.
|
|
3735
|
-
$this.
|
|
3736
|
-
$this.
|
|
3737
|
-
$this.
|
|
3738
|
-
$this.
|
|
3739
|
-
$this.
|
|
3740
|
-
$this.
|
|
3741
|
-
$this.
|
|
3742
|
-
$this.
|
|
3743
|
-
$this.
|
|
3744
|
-
$this.
|
|
3745
|
-
$this.
|
|
3746
|
-
$this.
|
|
3747
|
-
$this.
|
|
3748
|
-
$this.
|
|
3749
|
-
$this.
|
|
3750
|
-
$this.
|
|
3751
|
-
$this.
|
|
3752
|
-
$this.
|
|
3753
|
-
$this.
|
|
3754
|
-
$this.
|
|
3755
|
-
$this.
|
|
3756
|
-
$this.
|
|
3757
|
-
$this.
|
|
3758
|
-
$this.
|
|
3759
|
-
$this.
|
|
3734
|
+
$this.o1u_1 = name;
|
|
3735
|
+
$this.p1u_1 = playerWhoChooseSuitGoFirst;
|
|
3736
|
+
$this.q1u_1 = winnerShuffleCards;
|
|
3737
|
+
$this.r1u_1 = playWithoutLiabilities;
|
|
3738
|
+
$this.s1u_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
3739
|
+
$this.t1u_1 = dealerInitialCardsCount;
|
|
3740
|
+
$this.u1u_1 = dealerFinalCardsCount;
|
|
3741
|
+
$this.v1u_1 = dealerCounterClockwise;
|
|
3742
|
+
$this.w1u_1 = contractTypes;
|
|
3743
|
+
$this.x1u_1 = bidTypes;
|
|
3744
|
+
$this.y1u_1 = needToPutHigherTrump;
|
|
3745
|
+
$this.z1u_1 = trumpCardStepMode;
|
|
3746
|
+
$this.a1v_1 = trumpCardStepPartnerMode;
|
|
3747
|
+
$this.b1v_1 = combinationsWithFirstCard;
|
|
3748
|
+
$this.c1v_1 = protectBella;
|
|
3749
|
+
$this.d1v_1 = oneTryToProtectBella;
|
|
3750
|
+
$this.e1v_1 = enableFourSevensCombination;
|
|
3751
|
+
$this.f1v_1 = enableTrumpSevenCombination;
|
|
3752
|
+
$this.g1v_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
3753
|
+
$this.h1v_1 = checkTrumpCombination;
|
|
3754
|
+
$this.i1v_1 = checkOnlyTrumpDebertz;
|
|
3755
|
+
$this.j1v_1 = pointsDistributeMode;
|
|
3756
|
+
$this.k1v_1 = enableFineIfNoBribes;
|
|
3757
|
+
$this.l1v_1 = fineIfNoBribes;
|
|
3758
|
+
$this.m1v_1 = enableFineAfterThirdByte;
|
|
3759
|
+
$this.n1v_1 = fineAfterThirdFailedContract;
|
|
3760
3760
|
return $this;
|
|
3761
3761
|
}
|
|
3762
3762
|
function RulesDto_init_$Create$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker) {
|
|
@@ -3764,63 +3764,63 @@
|
|
|
3764
3764
|
}
|
|
3765
3765
|
function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract) {
|
|
3766
3766
|
Companion_getInstance_21();
|
|
3767
|
-
this.
|
|
3768
|
-
this.
|
|
3769
|
-
this.
|
|
3770
|
-
this.
|
|
3771
|
-
this.
|
|
3772
|
-
this.
|
|
3773
|
-
this.
|
|
3774
|
-
this.
|
|
3775
|
-
this.
|
|
3776
|
-
this.
|
|
3777
|
-
this.
|
|
3778
|
-
this.
|
|
3779
|
-
this.
|
|
3780
|
-
this.
|
|
3781
|
-
this.
|
|
3782
|
-
this.
|
|
3783
|
-
this.
|
|
3784
|
-
this.
|
|
3785
|
-
this.
|
|
3786
|
-
this.
|
|
3787
|
-
this.
|
|
3788
|
-
this.
|
|
3789
|
-
this.
|
|
3790
|
-
this.
|
|
3791
|
-
this.
|
|
3792
|
-
this.
|
|
3767
|
+
this.o1u_1 = name;
|
|
3768
|
+
this.p1u_1 = playerWhoChooseSuitGoFirst;
|
|
3769
|
+
this.q1u_1 = winnerShuffleCards;
|
|
3770
|
+
this.r1u_1 = playWithoutLiabilities;
|
|
3771
|
+
this.s1u_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
3772
|
+
this.t1u_1 = dealerInitialCardsCount;
|
|
3773
|
+
this.u1u_1 = dealerFinalCardsCount;
|
|
3774
|
+
this.v1u_1 = dealerCounterClockwise;
|
|
3775
|
+
this.w1u_1 = contractTypes;
|
|
3776
|
+
this.x1u_1 = bidTypes;
|
|
3777
|
+
this.y1u_1 = needToPutHigherTrump;
|
|
3778
|
+
this.z1u_1 = trumpCardStepMode;
|
|
3779
|
+
this.a1v_1 = trumpCardStepPartnerMode;
|
|
3780
|
+
this.b1v_1 = combinationsWithFirstCard;
|
|
3781
|
+
this.c1v_1 = protectBella;
|
|
3782
|
+
this.d1v_1 = oneTryToProtectBella;
|
|
3783
|
+
this.e1v_1 = enableFourSevensCombination;
|
|
3784
|
+
this.f1v_1 = enableTrumpSevenCombination;
|
|
3785
|
+
this.g1v_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
3786
|
+
this.h1v_1 = checkTrumpCombination;
|
|
3787
|
+
this.i1v_1 = checkOnlyTrumpDebertz;
|
|
3788
|
+
this.j1v_1 = pointsDistributeMode;
|
|
3789
|
+
this.k1v_1 = enableFineIfNoBribes;
|
|
3790
|
+
this.l1v_1 = fineIfNoBribes;
|
|
3791
|
+
this.m1v_1 = enableFineAfterThirdByte;
|
|
3792
|
+
this.n1v_1 = fineAfterThirdFailedContract;
|
|
3793
3793
|
}
|
|
3794
3794
|
protoOf(RulesDto).toString = function () {
|
|
3795
|
-
return 'RulesDto(name=' + this.
|
|
3795
|
+
return 'RulesDto(name=' + this.o1u_1 + ', playerWhoChooseSuitGoFirst=' + this.p1u_1 + ', winnerShuffleCards=' + this.q1u_1 + ', playWithoutLiabilities=' + this.r1u_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.s1u_1 + ', dealerInitialCardsCount=' + this.t1u_1 + ', dealerFinalCardsCount=' + this.u1u_1 + ', dealerCounterClockwise=' + this.v1u_1 + ', contractTypes=' + toString(this.w1u_1) + ', bidTypes=' + toString(this.x1u_1) + ', needToPutHigherTrump=' + this.y1u_1 + ', trumpCardStepMode=' + this.z1u_1 + ', trumpCardStepPartnerMode=' + this.a1v_1 + ', combinationsWithFirstCard=' + toString(this.b1v_1) + ', protectBella=' + this.c1v_1 + ', oneTryToProtectBella=' + this.d1v_1 + ', enableFourSevensCombination=' + this.e1v_1 + ', enableTrumpSevenCombination=' + this.f1v_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.g1v_1 + ', checkTrumpCombination=' + this.h1v_1 + ', checkOnlyTrumpDebertz=' + this.i1v_1 + ', pointsDistributeMode=' + this.j1v_1 + ', enableFineIfNoBribes=' + this.k1v_1 + ', fineIfNoBribes=' + this.l1v_1 + ', enableFineAfterThirdByte=' + this.m1v_1 + ', fineAfterThirdFailedContract=' + this.n1v_1 + ')';
|
|
3796
3796
|
};
|
|
3797
3797
|
protoOf(RulesDto).hashCode = function () {
|
|
3798
|
-
var result = this.
|
|
3799
|
-
result = imul(result, 31) + (this.
|
|
3800
|
-
result = imul(result, 31) + (this.
|
|
3801
|
-
result = imul(result, 31) + (this.n1u_1 == null ? 0 : getBooleanHashCode(this.n1u_1)) | 0;
|
|
3802
|
-
result = imul(result, 31) + (this.o1u_1 == null ? 0 : getBooleanHashCode(this.o1u_1)) | 0;
|
|
3803
|
-
result = imul(result, 31) + (this.p1u_1 == null ? 0 : this.p1u_1) | 0;
|
|
3804
|
-
result = imul(result, 31) + (this.q1u_1 == null ? 0 : this.q1u_1) | 0;
|
|
3798
|
+
var result = this.o1u_1 == null ? 0 : getStringHashCode(this.o1u_1);
|
|
3799
|
+
result = imul(result, 31) + (this.p1u_1 == null ? 0 : getBooleanHashCode(this.p1u_1)) | 0;
|
|
3800
|
+
result = imul(result, 31) + (this.q1u_1 == null ? 0 : getBooleanHashCode(this.q1u_1)) | 0;
|
|
3805
3801
|
result = imul(result, 31) + (this.r1u_1 == null ? 0 : getBooleanHashCode(this.r1u_1)) | 0;
|
|
3806
|
-
result = imul(result, 31) + (this.s1u_1 == null ? 0 :
|
|
3807
|
-
result = imul(result, 31) + (this.t1u_1 == null ? 0 :
|
|
3808
|
-
result = imul(result, 31) + (this.u1u_1 == null ? 0 :
|
|
3809
|
-
result = imul(result, 31) + (this.v1u_1 == null ? 0 :
|
|
3810
|
-
result = imul(result, 31) + (this.w1u_1 == null ? 0 :
|
|
3802
|
+
result = imul(result, 31) + (this.s1u_1 == null ? 0 : getBooleanHashCode(this.s1u_1)) | 0;
|
|
3803
|
+
result = imul(result, 31) + (this.t1u_1 == null ? 0 : this.t1u_1) | 0;
|
|
3804
|
+
result = imul(result, 31) + (this.u1u_1 == null ? 0 : this.u1u_1) | 0;
|
|
3805
|
+
result = imul(result, 31) + (this.v1u_1 == null ? 0 : getBooleanHashCode(this.v1u_1)) | 0;
|
|
3806
|
+
result = imul(result, 31) + (this.w1u_1 == null ? 0 : hashCode(this.w1u_1)) | 0;
|
|
3811
3807
|
result = imul(result, 31) + (this.x1u_1 == null ? 0 : hashCode(this.x1u_1)) | 0;
|
|
3812
3808
|
result = imul(result, 31) + (this.y1u_1 == null ? 0 : getBooleanHashCode(this.y1u_1)) | 0;
|
|
3813
|
-
result = imul(result, 31) + (this.z1u_1 == null ? 0 :
|
|
3814
|
-
result = imul(result, 31) + (this.a1v_1 == null ? 0 :
|
|
3815
|
-
result = imul(result, 31) + (this.b1v_1 == null ? 0 :
|
|
3809
|
+
result = imul(result, 31) + (this.z1u_1 == null ? 0 : getStringHashCode(this.z1u_1)) | 0;
|
|
3810
|
+
result = imul(result, 31) + (this.a1v_1 == null ? 0 : getStringHashCode(this.a1v_1)) | 0;
|
|
3811
|
+
result = imul(result, 31) + (this.b1v_1 == null ? 0 : hashCode(this.b1v_1)) | 0;
|
|
3816
3812
|
result = imul(result, 31) + (this.c1v_1 == null ? 0 : getBooleanHashCode(this.c1v_1)) | 0;
|
|
3817
3813
|
result = imul(result, 31) + (this.d1v_1 == null ? 0 : getBooleanHashCode(this.d1v_1)) | 0;
|
|
3818
3814
|
result = imul(result, 31) + (this.e1v_1 == null ? 0 : getBooleanHashCode(this.e1v_1)) | 0;
|
|
3819
|
-
result = imul(result, 31) +
|
|
3815
|
+
result = imul(result, 31) + (this.f1v_1 == null ? 0 : getBooleanHashCode(this.f1v_1)) | 0;
|
|
3820
3816
|
result = imul(result, 31) + (this.g1v_1 == null ? 0 : getBooleanHashCode(this.g1v_1)) | 0;
|
|
3821
|
-
result = imul(result, 31) + (this.h1v_1 == null ? 0 : this.h1v_1) | 0;
|
|
3817
|
+
result = imul(result, 31) + (this.h1v_1 == null ? 0 : getBooleanHashCode(this.h1v_1)) | 0;
|
|
3822
3818
|
result = imul(result, 31) + (this.i1v_1 == null ? 0 : getBooleanHashCode(this.i1v_1)) | 0;
|
|
3823
|
-
result = imul(result, 31) + (this.j1v_1
|
|
3819
|
+
result = imul(result, 31) + getStringHashCode(this.j1v_1) | 0;
|
|
3820
|
+
result = imul(result, 31) + (this.k1v_1 == null ? 0 : getBooleanHashCode(this.k1v_1)) | 0;
|
|
3821
|
+
result = imul(result, 31) + (this.l1v_1 == null ? 0 : this.l1v_1) | 0;
|
|
3822
|
+
result = imul(result, 31) + (this.m1v_1 == null ? 0 : getBooleanHashCode(this.m1v_1)) | 0;
|
|
3823
|
+
result = imul(result, 31) + (this.n1v_1 == null ? 0 : this.n1v_1) | 0;
|
|
3824
3824
|
return result;
|
|
3825
3825
|
};
|
|
3826
3826
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -3828,14 +3828,6 @@
|
|
|
3828
3828
|
return true;
|
|
3829
3829
|
if (!(other instanceof RulesDto))
|
|
3830
3830
|
return false;
|
|
3831
|
-
if (!(this.k1u_1 == other.k1u_1))
|
|
3832
|
-
return false;
|
|
3833
|
-
if (!(this.l1u_1 == other.l1u_1))
|
|
3834
|
-
return false;
|
|
3835
|
-
if (!(this.m1u_1 == other.m1u_1))
|
|
3836
|
-
return false;
|
|
3837
|
-
if (!(this.n1u_1 == other.n1u_1))
|
|
3838
|
-
return false;
|
|
3839
3831
|
if (!(this.o1u_1 == other.o1u_1))
|
|
3840
3832
|
return false;
|
|
3841
3833
|
if (!(this.p1u_1 == other.p1u_1))
|
|
@@ -3844,15 +3836,15 @@
|
|
|
3844
3836
|
return false;
|
|
3845
3837
|
if (!(this.r1u_1 == other.r1u_1))
|
|
3846
3838
|
return false;
|
|
3847
|
-
if (!
|
|
3839
|
+
if (!(this.s1u_1 == other.s1u_1))
|
|
3848
3840
|
return false;
|
|
3849
|
-
if (!
|
|
3841
|
+
if (!(this.t1u_1 == other.t1u_1))
|
|
3850
3842
|
return false;
|
|
3851
3843
|
if (!(this.u1u_1 == other.u1u_1))
|
|
3852
3844
|
return false;
|
|
3853
3845
|
if (!(this.v1u_1 == other.v1u_1))
|
|
3854
3846
|
return false;
|
|
3855
|
-
if (!(this.w1u_1
|
|
3847
|
+
if (!equals(this.w1u_1, other.w1u_1))
|
|
3856
3848
|
return false;
|
|
3857
3849
|
if (!equals(this.x1u_1, other.x1u_1))
|
|
3858
3850
|
return false;
|
|
@@ -3862,7 +3854,7 @@
|
|
|
3862
3854
|
return false;
|
|
3863
3855
|
if (!(this.a1v_1 == other.a1v_1))
|
|
3864
3856
|
return false;
|
|
3865
|
-
if (!(this.b1v_1
|
|
3857
|
+
if (!equals(this.b1v_1, other.b1v_1))
|
|
3866
3858
|
return false;
|
|
3867
3859
|
if (!(this.c1v_1 == other.c1v_1))
|
|
3868
3860
|
return false;
|
|
@@ -3870,7 +3862,7 @@
|
|
|
3870
3862
|
return false;
|
|
3871
3863
|
if (!(this.e1v_1 == other.e1v_1))
|
|
3872
3864
|
return false;
|
|
3873
|
-
if (!(this.f1v_1
|
|
3865
|
+
if (!(this.f1v_1 == other.f1v_1))
|
|
3874
3866
|
return false;
|
|
3875
3867
|
if (!(this.g1v_1 == other.g1v_1))
|
|
3876
3868
|
return false;
|
|
@@ -3878,7 +3870,15 @@
|
|
|
3878
3870
|
return false;
|
|
3879
3871
|
if (!(this.i1v_1 == other.i1v_1))
|
|
3880
3872
|
return false;
|
|
3881
|
-
if (!(this.j1v_1
|
|
3873
|
+
if (!(this.j1v_1 === other.j1v_1))
|
|
3874
|
+
return false;
|
|
3875
|
+
if (!(this.k1v_1 == other.k1v_1))
|
|
3876
|
+
return false;
|
|
3877
|
+
if (!(this.l1v_1 == other.l1v_1))
|
|
3878
|
+
return false;
|
|
3879
|
+
if (!(this.m1v_1 == other.m1v_1))
|
|
3880
|
+
return false;
|
|
3881
|
+
if (!(this.n1v_1 == other.n1v_1))
|
|
3882
3882
|
return false;
|
|
3883
3883
|
return true;
|
|
3884
3884
|
};
|
|
@@ -4030,7 +4030,7 @@
|
|
|
4030
4030
|
return tmp;
|
|
4031
4031
|
}
|
|
4032
4032
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
4033
|
-
return $this.
|
|
4033
|
+
return $this.y1v_1.v1();
|
|
4034
4034
|
}
|
|
4035
4035
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
4036
4036
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
|
|
@@ -4070,13 +4070,13 @@
|
|
|
4070
4070
|
Companion_instance_19 = this;
|
|
4071
4071
|
var tmp = this;
|
|
4072
4072
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
4073
|
-
tmp.
|
|
4073
|
+
tmp.y1v_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
4074
4074
|
}
|
|
4075
|
-
protoOf(Companion_19).
|
|
4075
|
+
protoOf(Companion_19).e18 = function () {
|
|
4076
4076
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
4077
4077
|
};
|
|
4078
4078
|
protoOf(Companion_19).dw = function (typeParamsSerializers) {
|
|
4079
|
-
return this.
|
|
4079
|
+
return this.e18();
|
|
4080
4080
|
};
|
|
4081
4081
|
var Companion_instance_19;
|
|
4082
4082
|
function Companion_getInstance_22() {
|
|
@@ -4124,7 +4124,7 @@
|
|
|
4124
4124
|
function ObservableLoggerOutput() {
|
|
4125
4125
|
}
|
|
4126
4126
|
function LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy() {
|
|
4127
|
-
return Companion_getInstance_22().
|
|
4127
|
+
return Companion_getInstance_22().e18();
|
|
4128
4128
|
}
|
|
4129
4129
|
function Companion_20() {
|
|
4130
4130
|
Companion_instance_20 = this;
|
|
@@ -4133,9 +4133,9 @@
|
|
|
4133
4133
|
// Inline function 'kotlin.arrayOf' call
|
|
4134
4134
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4135
4135
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4136
|
-
tmp.
|
|
4136
|
+
tmp.e1w_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
4137
4137
|
}
|
|
4138
|
-
protoOf(Companion_20).
|
|
4138
|
+
protoOf(Companion_20).e18 = function () {
|
|
4139
4139
|
return $serializer_getInstance_10();
|
|
4140
4140
|
};
|
|
4141
4141
|
var Companion_instance_20;
|
|
@@ -4152,12 +4152,12 @@
|
|
|
4152
4152
|
tmp0_serialDesc.bv('tag', false);
|
|
4153
4153
|
tmp0_serialDesc.bv('message', false);
|
|
4154
4154
|
tmp0_serialDesc.bv('stackTrace', false);
|
|
4155
|
-
this.
|
|
4155
|
+
this.f1w_1 = tmp0_serialDesc;
|
|
4156
4156
|
}
|
|
4157
|
-
protoOf($serializer_10).
|
|
4158
|
-
var tmp0_desc = this.
|
|
4157
|
+
protoOf($serializer_10).g1w = function (encoder, value) {
|
|
4158
|
+
var tmp0_desc = this.f1w_1;
|
|
4159
4159
|
var tmp1_output = encoder.ln(tmp0_desc);
|
|
4160
|
-
var tmp2_cached = Companion_getInstance_23().
|
|
4160
|
+
var tmp2_cached = Companion_getInstance_23().e1w_1;
|
|
4161
4161
|
tmp1_output.cp(tmp0_desc, 0, tmp2_cached[0].v1(), value.type);
|
|
4162
4162
|
tmp1_output.ep(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
4163
4163
|
tmp1_output.ep(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -4166,10 +4166,10 @@
|
|
|
4166
4166
|
tmp1_output.mn(tmp0_desc);
|
|
4167
4167
|
};
|
|
4168
4168
|
protoOf($serializer_10).dk = function (encoder, value) {
|
|
4169
|
-
return this.
|
|
4169
|
+
return this.g1w(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
4170
4170
|
};
|
|
4171
4171
|
protoOf($serializer_10).ek = function (decoder) {
|
|
4172
|
-
var tmp0_desc = this.
|
|
4172
|
+
var tmp0_desc = this.f1w_1;
|
|
4173
4173
|
var tmp1_flag = true;
|
|
4174
4174
|
var tmp2_index = 0;
|
|
4175
4175
|
var tmp3_bitMask0 = 0;
|
|
@@ -4179,7 +4179,7 @@
|
|
|
4179
4179
|
var tmp7_local3 = null;
|
|
4180
4180
|
var tmp8_local4 = null;
|
|
4181
4181
|
var tmp9_input = decoder.ln(tmp0_desc);
|
|
4182
|
-
var tmp10_cached = Companion_getInstance_23().
|
|
4182
|
+
var tmp10_cached = Companion_getInstance_23().e1w_1;
|
|
4183
4183
|
if (tmp9_input.bo()) {
|
|
4184
4184
|
tmp4_local0 = tmp9_input.xn(tmp0_desc, 0, tmp10_cached[0].v1(), tmp4_local0);
|
|
4185
4185
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4226,13 +4226,13 @@
|
|
|
4226
4226
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
4227
4227
|
};
|
|
4228
4228
|
protoOf($serializer_10).ck = function () {
|
|
4229
|
-
return this.
|
|
4229
|
+
return this.f1w_1;
|
|
4230
4230
|
};
|
|
4231
4231
|
protoOf($serializer_10).sv = function () {
|
|
4232
4232
|
// Inline function 'kotlin.arrayOf' call
|
|
4233
4233
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4234
4234
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4235
|
-
return [Companion_getInstance_23().
|
|
4235
|
+
return [Companion_getInstance_23().e1w_1[0].v1(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
4236
4236
|
};
|
|
4237
4237
|
var $serializer_instance_10;
|
|
4238
4238
|
function $serializer_getInstance_10() {
|
|
@@ -4242,7 +4242,7 @@
|
|
|
4242
4242
|
}
|
|
4243
4243
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
4244
4244
|
if (!(31 === (31 & seen0))) {
|
|
4245
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().
|
|
4245
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().f1w_1);
|
|
4246
4246
|
}
|
|
4247
4247
|
$this.type = type;
|
|
4248
4248
|
$this.key = key;
|
|
@@ -4262,23 +4262,23 @@
|
|
|
4262
4262
|
this.message = message;
|
|
4263
4263
|
this.stackTrace = stackTrace;
|
|
4264
4264
|
}
|
|
4265
|
-
protoOf(LoggerOutputDataDto).
|
|
4265
|
+
protoOf(LoggerOutputDataDto).h1w = function () {
|
|
4266
4266
|
return this.type;
|
|
4267
4267
|
};
|
|
4268
4268
|
protoOf(LoggerOutputDataDto).u1 = function () {
|
|
4269
4269
|
return this.key;
|
|
4270
4270
|
};
|
|
4271
|
-
protoOf(LoggerOutputDataDto).
|
|
4271
|
+
protoOf(LoggerOutputDataDto).u1p = function () {
|
|
4272
4272
|
return this.tag;
|
|
4273
4273
|
};
|
|
4274
4274
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
4275
4275
|
return this.message;
|
|
4276
4276
|
};
|
|
4277
|
-
protoOf(LoggerOutputDataDto).
|
|
4277
|
+
protoOf(LoggerOutputDataDto).i1w = function () {
|
|
4278
4278
|
return this.stackTrace;
|
|
4279
4279
|
};
|
|
4280
4280
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
4281
|
-
var time = toLocalDateTime(System_instance.kg(), Companion_getInstance_1().
|
|
4281
|
+
var time = toLocalDateTime(System_instance.kg(), Companion_getInstance_1().k1o());
|
|
4282
4282
|
var tmp = time.toString();
|
|
4283
4283
|
// Inline function 'kotlin.text.lowercase' call
|
|
4284
4284
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4328,10 +4328,10 @@
|
|
|
4328
4328
|
protoOf(LoggerOutputDataDto).v16 = function () {
|
|
4329
4329
|
return this.message;
|
|
4330
4330
|
};
|
|
4331
|
-
protoOf(LoggerOutputDataDto).
|
|
4331
|
+
protoOf(LoggerOutputDataDto).o1q = function () {
|
|
4332
4332
|
return this.stackTrace;
|
|
4333
4333
|
};
|
|
4334
|
-
protoOf(LoggerOutputDataDto).
|
|
4334
|
+
protoOf(LoggerOutputDataDto).j1w = function (type, key, tag, message, stackTrace) {
|
|
4335
4335
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
4336
4336
|
};
|
|
4337
4337
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -4340,7 +4340,7 @@
|
|
|
4340
4340
|
tag = tag === VOID ? this.tag : tag;
|
|
4341
4341
|
message = message === VOID ? this.message : message;
|
|
4342
4342
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
4343
|
-
return $super === VOID ? this.
|
|
4343
|
+
return $super === VOID ? this.j1w(type, key, tag, message, stackTrace) : $super.j1w.call(this, type, key, tag, message, stackTrace);
|
|
4344
4344
|
};
|
|
4345
4345
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
4346
4346
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -4396,44 +4396,44 @@
|
|
|
4396
4396
|
//region block: post-declaration
|
|
4397
4397
|
protoOf($serializer).tv = typeParametersSerializers;
|
|
4398
4398
|
protoOf($serializer_0).tv = typeParametersSerializers;
|
|
4399
|
-
defineProp(protoOf(CoreConfig), 'requireDirectoryPath', protoOf(CoreConfig).
|
|
4399
|
+
defineProp(protoOf(CoreConfig), 'requireDirectoryPath', protoOf(CoreConfig).p1p);
|
|
4400
4400
|
defineProp(protoOf(PlayerLostConnectionReason), 'playerId', function () {
|
|
4401
|
-
return this.
|
|
4401
|
+
return this.t1p();
|
|
4402
4402
|
});
|
|
4403
4403
|
defineProp(protoOf(PlayerTimeoutReason), 'playerId', function () {
|
|
4404
|
-
return this.
|
|
4404
|
+
return this.t1p();
|
|
4405
4405
|
});
|
|
4406
4406
|
defineProp(protoOf(PlayerExitReason), 'playerId', function () {
|
|
4407
|
-
return this.
|
|
4407
|
+
return this.t1p();
|
|
4408
4408
|
});
|
|
4409
4409
|
defineProp(protoOf(Reason), 'name', protoOf(Reason).i2);
|
|
4410
4410
|
defineProp(protoOf(Reason), 'ordinal', protoOf(Reason).j2);
|
|
4411
4411
|
defineProp(protoOf(Reason_0), 'name', protoOf(Reason_0).i2);
|
|
4412
4412
|
defineProp(protoOf(Reason_0), 'ordinal', protoOf(Reason_0).j2);
|
|
4413
4413
|
defineProp(protoOf(GameUserInfo), 'playerId', function () {
|
|
4414
|
-
return this.
|
|
4414
|
+
return this.t1p();
|
|
4415
4415
|
});
|
|
4416
4416
|
defineProp(protoOf(PlayerIndex), 'playerId', function () {
|
|
4417
|
-
return this.
|
|
4417
|
+
return this.t1p();
|
|
4418
4418
|
});
|
|
4419
|
-
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).
|
|
4420
|
-
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).
|
|
4421
|
-
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).
|
|
4422
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).
|
|
4423
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).
|
|
4424
|
-
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).
|
|
4425
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).
|
|
4426
|
-
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).
|
|
4427
|
-
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).
|
|
4428
|
-
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).
|
|
4429
|
-
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).
|
|
4430
|
-
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).
|
|
4431
|
-
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).
|
|
4432
|
-
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).
|
|
4419
|
+
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).r1r);
|
|
4420
|
+
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).s1r);
|
|
4421
|
+
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).t1r);
|
|
4422
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).u1r);
|
|
4423
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).v1r);
|
|
4424
|
+
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).w1r);
|
|
4425
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).x1r);
|
|
4426
|
+
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).y1r);
|
|
4427
|
+
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).z1r);
|
|
4428
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).a1s);
|
|
4429
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).b1s);
|
|
4430
|
+
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).c1s);
|
|
4431
|
+
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).d1s);
|
|
4432
|
+
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).e1s);
|
|
4433
4433
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).i2);
|
|
4434
4434
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).j2);
|
|
4435
|
-
defineProp(protoOf(Team), 'first', protoOf(Team).
|
|
4436
|
-
defineProp(protoOf(Team), 'second', protoOf(Team).
|
|
4435
|
+
defineProp(protoOf(Team), 'first', protoOf(Team).n1s);
|
|
4436
|
+
defineProp(protoOf(Team), 'second', protoOf(Team).h1d);
|
|
4437
4437
|
protoOf($serializer_1).tv = typeParametersSerializers;
|
|
4438
4438
|
protoOf($serializer_2).tv = typeParametersSerializers;
|
|
4439
4439
|
protoOf($serializer_3).tv = typeParametersSerializers;
|