raspberry_games_engine_helpers 1.8.458 → 1.8.460
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 +55 -55
- package/Kosi-Kodein-kodein-di.js +508 -508
- package/Kotlin-DateTime-library-kotlinx-datetime.js +18 -18
- package/Logic_Debertz-core.js +628 -605
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.d.ts +3 -2
- package/Logic_Debertz-engine.js +7238 -7238
- package/kotlin-kotlin-stdlib.js +70 -69
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +1 -1
- package/kotlinx-io-kotlinx-io-core.js +2 -2
- package/kotlinx-serialization-kotlinx-serialization-core.js +26 -26
- package/kotlinx-serialization-kotlinx-serialization-json.js +1088 -1088
- package/ktor-ktor-client-core.js +13 -13
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +5 -5
- package/raspberry-cardgame-lib-logger.js +3 -3
- package/raspberry-cardgame-lib-random.js +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
var ObjectSerializer_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.a;
|
|
37
37
|
var SealedClassSerializer_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.d;
|
|
38
38
|
var LazyThreadSafetyMode_PUBLICATION_getInstance = kotlin_kotlin.$_$.d;
|
|
39
|
-
var lazy = kotlin_kotlin.$_$.
|
|
39
|
+
var lazy = kotlin_kotlin.$_$.wd;
|
|
40
40
|
var SerializerFactory = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.e2;
|
|
41
41
|
var initMetadataForCompanion = kotlin_kotlin.$_$.k9;
|
|
42
42
|
var initMetadataForClass = kotlin_kotlin.$_$.j9;
|
|
43
43
|
var PluginGeneratedSerialDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.d2;
|
|
44
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
44
|
+
var THROW_CCE = kotlin_kotlin.$_$.dd;
|
|
45
45
|
var UnknownFieldException_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.g;
|
|
46
46
|
var StringSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.v;
|
|
47
47
|
var typeParametersSerializers = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.y1;
|
|
@@ -53,40 +53,43 @@
|
|
|
53
53
|
var IntSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.t;
|
|
54
54
|
var get_nullable = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.y;
|
|
55
55
|
var replace = kotlin_kotlin.$_$.pb;
|
|
56
|
+
var Companion_getInstance = kotlin_kotlin.$_$.q3;
|
|
57
|
+
var DurationUnit_MILLISECONDS_getInstance = kotlin_kotlin.$_$.c;
|
|
58
|
+
var toDuration = kotlin_kotlin.$_$.oc;
|
|
56
59
|
var get_SystemTemporaryDirectory = kotlin_org_jetbrains_kotlinx_kotlinx_io_core.$_$.a;
|
|
60
|
+
var Duration = kotlin_kotlin.$_$.lc;
|
|
61
|
+
var Duration__toString_impl_8d916b = kotlin_kotlin.$_$.n1;
|
|
57
62
|
var getBooleanHashCode = kotlin_kotlin.$_$.e9;
|
|
63
|
+
var Duration__hashCode_impl_u4exz6 = kotlin_kotlin.$_$.j1;
|
|
64
|
+
var equals = kotlin_kotlin.$_$.d9;
|
|
58
65
|
var initMetadataForInterface = kotlin_kotlin.$_$.m9;
|
|
59
66
|
var createSimpleEnumSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.g2;
|
|
60
|
-
var THROW_IAE = kotlin_kotlin.$_$.
|
|
67
|
+
var THROW_IAE = kotlin_kotlin.$_$.ed;
|
|
61
68
|
var enumEntries = kotlin_kotlin.$_$.s7;
|
|
62
|
-
var Enum = kotlin_kotlin.$_$.
|
|
63
|
-
var Exception = kotlin_kotlin.$_$.
|
|
69
|
+
var Enum = kotlin_kotlin.$_$.wc;
|
|
70
|
+
var Exception = kotlin_kotlin.$_$.xc;
|
|
64
71
|
var Exception_init_$Init$ = kotlin_kotlin.$_$.v;
|
|
65
72
|
var captureStack = kotlin_kotlin.$_$.u8;
|
|
66
|
-
var toString = kotlin_kotlin.$_$.
|
|
73
|
+
var toString = kotlin_kotlin.$_$.de;
|
|
67
74
|
var listOfNotNull = kotlin_kotlin.$_$.k6;
|
|
68
75
|
var joinToString = kotlin_kotlin.$_$.c6;
|
|
69
76
|
var getNumberHashCode = kotlin_kotlin.$_$.f9;
|
|
70
77
|
var hashCode = kotlin_kotlin.$_$.i9;
|
|
71
|
-
var equals = kotlin_kotlin.$_$.d9;
|
|
72
78
|
var toString_0 = kotlin_kotlin.$_$.ga;
|
|
73
|
-
var Companion_getInstance = kotlin_kotlin.$_$.q3;
|
|
74
79
|
var System_instance = kotlin_kotlin.$_$.p3;
|
|
75
80
|
var Duration__plus_impl_yu9v8f = kotlin_kotlin.$_$.l1;
|
|
76
81
|
var _Duration___get_inWholeMilliseconds__impl__msfiry = kotlin_kotlin.$_$.k1;
|
|
77
82
|
var toNumber = kotlin_kotlin.$_$.q8;
|
|
78
83
|
var round = kotlin_kotlin.$_$.ia;
|
|
79
84
|
var numberToInt = kotlin_kotlin.$_$.ca;
|
|
80
|
-
var
|
|
81
|
-
var Duration__hashCode_impl_u4exz6 = kotlin_kotlin.$_$.j1;
|
|
82
|
-
var noWhenBranchMatchedException = kotlin_kotlin.$_$.xd;
|
|
85
|
+
var noWhenBranchMatchedException = kotlin_kotlin.$_$.yd;
|
|
83
86
|
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.z;
|
|
84
87
|
var GameCard = kotlin_io_raspberryapps_cardgame_core.$_$.d;
|
|
85
88
|
var collectionSizeOrDefault = kotlin_kotlin.$_$.w4;
|
|
86
89
|
var mapCapacity = kotlin_kotlin.$_$.n6;
|
|
87
90
|
var coerceAtLeast = kotlin_kotlin.$_$.ka;
|
|
88
91
|
var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.n;
|
|
89
|
-
var ensureNotNull = kotlin_kotlin.$_$.
|
|
92
|
+
var ensureNotNull = kotlin_kotlin.$_$.sd;
|
|
90
93
|
var Companion_getInstance_0 = kotlin_kotlin.$_$.r3;
|
|
91
94
|
var Duration__toIsoString_impl_9h6wsm = kotlin_kotlin.$_$.m1;
|
|
92
95
|
var DoubleSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.q;
|
|
@@ -107,7 +110,7 @@
|
|
|
107
110
|
var toMap = kotlin_kotlin.$_$.i7;
|
|
108
111
|
var emptyList = kotlin_kotlin.$_$.n5;
|
|
109
112
|
var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.e;
|
|
110
|
-
var to = kotlin_kotlin.$_$.
|
|
113
|
+
var to = kotlin_kotlin.$_$.ee;
|
|
111
114
|
//endregion
|
|
112
115
|
//region block: pre-declaration
|
|
113
116
|
initMetadataForObject(GameEngineConfig, 'GameEngineConfig');
|
|
@@ -197,7 +200,7 @@
|
|
|
197
200
|
return false;
|
|
198
201
|
}
|
|
199
202
|
function get_isAutoStartTimer() {
|
|
200
|
-
return !this.
|
|
203
|
+
return !this.c1v() && !this.d1v();
|
|
201
204
|
}
|
|
202
205
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
203
206
|
function ignoreValidation() {
|
|
@@ -225,7 +228,7 @@
|
|
|
225
228
|
tmp = types;
|
|
226
229
|
}
|
|
227
230
|
types = tmp;
|
|
228
|
-
return $super === VOID ? this.
|
|
231
|
+
return $super === VOID ? this.p1v(types) : $super.p1v.call(this, types);
|
|
229
232
|
}
|
|
230
233
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
231
234
|
initMetadataForCompanion(Companion_20);
|
|
@@ -233,7 +236,7 @@
|
|
|
233
236
|
initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_10});
|
|
234
237
|
//endregion
|
|
235
238
|
function GameEngineConfig() {
|
|
236
|
-
this.version = '1.8.
|
|
239
|
+
this.version = '1.8.460';
|
|
237
240
|
}
|
|
238
241
|
protoOf(GameEngineConfig).u16 = function () {
|
|
239
242
|
return this.version;
|
|
@@ -537,17 +540,27 @@
|
|
|
537
540
|
function Companion_getInstance_5() {
|
|
538
541
|
return Companion_instance_2;
|
|
539
542
|
}
|
|
540
|
-
function CoreConfig(fileLogsEnabled, deleteFilesOnClear, compressLogsEnabled, logsDirectoryPath, fileNameFormat) {
|
|
543
|
+
function CoreConfig(fileLogsEnabled, deleteFilesOnClear, compressLogsEnabled, logsDirectoryPath, fileNameFormat, delayBeforeCompressLogs) {
|
|
541
544
|
fileLogsEnabled = fileLogsEnabled === VOID ? false : fileLogsEnabled;
|
|
542
545
|
deleteFilesOnClear = deleteFilesOnClear === VOID ? false : deleteFilesOnClear;
|
|
543
546
|
compressLogsEnabled = compressLogsEnabled === VOID ? true : compressLogsEnabled;
|
|
544
547
|
logsDirectoryPath = logsDirectoryPath === VOID ? null : logsDirectoryPath;
|
|
545
548
|
fileNameFormat = fileNameFormat === VOID ? '[gid]_logs.log' : fileNameFormat;
|
|
549
|
+
var tmp;
|
|
550
|
+
if (delayBeforeCompressLogs === VOID) {
|
|
551
|
+
// Inline function 'kotlin.time.Companion.milliseconds' call
|
|
552
|
+
Companion_getInstance();
|
|
553
|
+
tmp = toDuration(100, DurationUnit_MILLISECONDS_getInstance());
|
|
554
|
+
} else {
|
|
555
|
+
tmp = delayBeforeCompressLogs;
|
|
556
|
+
}
|
|
557
|
+
delayBeforeCompressLogs = tmp;
|
|
546
558
|
this.fileLogsEnabled = fileLogsEnabled;
|
|
547
559
|
this.deleteFilesOnClear = deleteFilesOnClear;
|
|
548
560
|
this.compressLogsEnabled = compressLogsEnabled;
|
|
549
561
|
this.logsDirectoryPath = logsDirectoryPath;
|
|
550
562
|
this.fileNameFormat = fileNameFormat;
|
|
563
|
+
this.delayBeforeCompressLogs = delayBeforeCompressLogs;
|
|
551
564
|
}
|
|
552
565
|
protoOf(CoreConfig).w1o = function () {
|
|
553
566
|
return this.fileLogsEnabled;
|
|
@@ -565,6 +578,9 @@
|
|
|
565
578
|
return this.fileNameFormat;
|
|
566
579
|
};
|
|
567
580
|
protoOf(CoreConfig).b1p = function () {
|
|
581
|
+
return this.delayBeforeCompressLogs;
|
|
582
|
+
};
|
|
583
|
+
protoOf(CoreConfig).c1p = function () {
|
|
568
584
|
var tmp0_elvis_lhs = this.logsDirectoryPath;
|
|
569
585
|
return tmp0_elvis_lhs == null ? get_SystemTemporaryDirectory().toString() : tmp0_elvis_lhs;
|
|
570
586
|
};
|
|
@@ -580,22 +596,26 @@
|
|
|
580
596
|
protoOf(CoreConfig).e16 = function () {
|
|
581
597
|
return this.logsDirectoryPath;
|
|
582
598
|
};
|
|
583
|
-
protoOf(CoreConfig).
|
|
599
|
+
protoOf(CoreConfig).d1p = function () {
|
|
584
600
|
return this.fileNameFormat;
|
|
585
601
|
};
|
|
586
|
-
protoOf(CoreConfig).
|
|
587
|
-
return
|
|
602
|
+
protoOf(CoreConfig).e1p = function () {
|
|
603
|
+
return this.delayBeforeCompressLogs;
|
|
604
|
+
};
|
|
605
|
+
protoOf(CoreConfig).f1p = function (fileLogsEnabled, deleteFilesOnClear, compressLogsEnabled, logsDirectoryPath, fileNameFormat, delayBeforeCompressLogs) {
|
|
606
|
+
return new CoreConfig(fileLogsEnabled, deleteFilesOnClear, compressLogsEnabled, logsDirectoryPath, fileNameFormat, delayBeforeCompressLogs);
|
|
588
607
|
};
|
|
589
|
-
protoOf(CoreConfig).copy = function (fileLogsEnabled, deleteFilesOnClear, compressLogsEnabled, logsDirectoryPath, fileNameFormat, $super) {
|
|
608
|
+
protoOf(CoreConfig).copy = function (fileLogsEnabled, deleteFilesOnClear, compressLogsEnabled, logsDirectoryPath, fileNameFormat, delayBeforeCompressLogs, $super) {
|
|
590
609
|
fileLogsEnabled = fileLogsEnabled === VOID ? this.fileLogsEnabled : fileLogsEnabled;
|
|
591
610
|
deleteFilesOnClear = deleteFilesOnClear === VOID ? this.deleteFilesOnClear : deleteFilesOnClear;
|
|
592
611
|
compressLogsEnabled = compressLogsEnabled === VOID ? this.compressLogsEnabled : compressLogsEnabled;
|
|
593
612
|
logsDirectoryPath = logsDirectoryPath === VOID ? this.logsDirectoryPath : logsDirectoryPath;
|
|
594
613
|
fileNameFormat = fileNameFormat === VOID ? this.fileNameFormat : fileNameFormat;
|
|
595
|
-
|
|
614
|
+
delayBeforeCompressLogs = delayBeforeCompressLogs === VOID ? this.delayBeforeCompressLogs : delayBeforeCompressLogs;
|
|
615
|
+
return $super === VOID ? this.f1p(fileLogsEnabled, deleteFilesOnClear, compressLogsEnabled, logsDirectoryPath, fileNameFormat, delayBeforeCompressLogs) : $super.f1p.call(this, fileLogsEnabled, deleteFilesOnClear, compressLogsEnabled, logsDirectoryPath, fileNameFormat, new Duration(delayBeforeCompressLogs));
|
|
596
616
|
};
|
|
597
617
|
protoOf(CoreConfig).toString = function () {
|
|
598
|
-
return 'CoreConfig(fileLogsEnabled=' + this.fileLogsEnabled + ', deleteFilesOnClear=' + this.deleteFilesOnClear + ', compressLogsEnabled=' + this.compressLogsEnabled + ', logsDirectoryPath=' + this.logsDirectoryPath + ', fileNameFormat=' + this.fileNameFormat + ')';
|
|
618
|
+
return 'CoreConfig(fileLogsEnabled=' + this.fileLogsEnabled + ', deleteFilesOnClear=' + this.deleteFilesOnClear + ', compressLogsEnabled=' + this.compressLogsEnabled + ', logsDirectoryPath=' + this.logsDirectoryPath + ', fileNameFormat=' + this.fileNameFormat + ', delayBeforeCompressLogs=' + Duration__toString_impl_8d916b(this.delayBeforeCompressLogs) + ')';
|
|
599
619
|
};
|
|
600
620
|
protoOf(CoreConfig).hashCode = function () {
|
|
601
621
|
var result = getBooleanHashCode(this.fileLogsEnabled);
|
|
@@ -603,6 +623,7 @@
|
|
|
603
623
|
result = imul(result, 31) + getBooleanHashCode(this.compressLogsEnabled) | 0;
|
|
604
624
|
result = imul(result, 31) + (this.logsDirectoryPath == null ? 0 : getStringHashCode(this.logsDirectoryPath)) | 0;
|
|
605
625
|
result = imul(result, 31) + getStringHashCode(this.fileNameFormat) | 0;
|
|
626
|
+
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.delayBeforeCompressLogs) | 0;
|
|
606
627
|
return result;
|
|
607
628
|
};
|
|
608
629
|
protoOf(CoreConfig).equals = function (other) {
|
|
@@ -620,10 +641,12 @@
|
|
|
620
641
|
return false;
|
|
621
642
|
if (!(this.fileNameFormat === other.fileNameFormat))
|
|
622
643
|
return false;
|
|
644
|
+
if (!equals(this.delayBeforeCompressLogs, other.delayBeforeCompressLogs))
|
|
645
|
+
return false;
|
|
623
646
|
return true;
|
|
624
647
|
};
|
|
625
648
|
function _get_$cachedSerializer__te6jhj_1($this) {
|
|
626
|
-
return $this.
|
|
649
|
+
return $this.g1p_1.j2();
|
|
627
650
|
}
|
|
628
651
|
function RestartGameReason$_anonymous__zfkhim() {
|
|
629
652
|
var tmp = RestartGameReason_getInstance();
|
|
@@ -637,7 +660,7 @@
|
|
|
637
660
|
RestartGameReason_instance = this;
|
|
638
661
|
var tmp = this;
|
|
639
662
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
640
|
-
tmp.
|
|
663
|
+
tmp.g1p_1 = lazy(tmp_0, RestartGameReason$_anonymous__zfkhim);
|
|
641
664
|
}
|
|
642
665
|
protoOf(RestartGameReason).n17 = function () {
|
|
643
666
|
return _get_$cachedSerializer__te6jhj_1(this);
|
|
@@ -668,34 +691,34 @@
|
|
|
668
691
|
}
|
|
669
692
|
function PlayerLostConnectionReason(playerId, tag) {
|
|
670
693
|
TerminationGameReason.call(this);
|
|
671
|
-
this.
|
|
694
|
+
this.h1p_1 = playerId;
|
|
672
695
|
this.tag = tag;
|
|
673
696
|
}
|
|
674
|
-
protoOf(PlayerLostConnectionReason).
|
|
675
|
-
return this.
|
|
697
|
+
protoOf(PlayerLostConnectionReason).i1p = function () {
|
|
698
|
+
return this.h1p_1;
|
|
676
699
|
};
|
|
677
|
-
protoOf(PlayerLostConnectionReason).
|
|
700
|
+
protoOf(PlayerLostConnectionReason).j1p = function () {
|
|
678
701
|
return this.tag;
|
|
679
702
|
};
|
|
680
703
|
protoOf(PlayerLostConnectionReason).pc = function () {
|
|
681
|
-
return this.
|
|
704
|
+
return this.h1p_1;
|
|
682
705
|
};
|
|
683
706
|
protoOf(PlayerLostConnectionReason).qc = function () {
|
|
684
707
|
return this.tag;
|
|
685
708
|
};
|
|
686
|
-
protoOf(PlayerLostConnectionReason).
|
|
709
|
+
protoOf(PlayerLostConnectionReason).k1p = function (playerId, tag) {
|
|
687
710
|
return new PlayerLostConnectionReason(playerId, tag);
|
|
688
711
|
};
|
|
689
712
|
protoOf(PlayerLostConnectionReason).copy = function (playerId, tag, $super) {
|
|
690
|
-
playerId = playerId === VOID ? this.
|
|
713
|
+
playerId = playerId === VOID ? this.h1p_1 : playerId;
|
|
691
714
|
tag = tag === VOID ? this.tag : tag;
|
|
692
|
-
return $super === VOID ? this.
|
|
715
|
+
return $super === VOID ? this.k1p(playerId, tag) : $super.k1p.call(this, playerId, tag);
|
|
693
716
|
};
|
|
694
717
|
protoOf(PlayerLostConnectionReason).toString = function () {
|
|
695
|
-
return 'PlayerLostConnectionReason(playerId=' + this.
|
|
718
|
+
return 'PlayerLostConnectionReason(playerId=' + this.h1p_1 + ', tag=' + this.tag + ')';
|
|
696
719
|
};
|
|
697
720
|
protoOf(PlayerLostConnectionReason).hashCode = function () {
|
|
698
|
-
var result = getStringHashCode(this.
|
|
721
|
+
var result = getStringHashCode(this.h1p_1);
|
|
699
722
|
result = imul(result, 31) + (this.tag == null ? 0 : getStringHashCode(this.tag)) | 0;
|
|
700
723
|
return result;
|
|
701
724
|
};
|
|
@@ -704,7 +727,7 @@
|
|
|
704
727
|
return true;
|
|
705
728
|
if (!(other instanceof PlayerLostConnectionReason))
|
|
706
729
|
return false;
|
|
707
|
-
if (!(this.
|
|
730
|
+
if (!(this.h1p_1 === other.h1p_1))
|
|
708
731
|
return false;
|
|
709
732
|
if (!(this.tag == other.tag))
|
|
710
733
|
return false;
|
|
@@ -712,34 +735,34 @@
|
|
|
712
735
|
};
|
|
713
736
|
function PlayerTimeoutReason(playerId, tag) {
|
|
714
737
|
TerminationGameReason.call(this);
|
|
715
|
-
this.
|
|
738
|
+
this.l1p_1 = playerId;
|
|
716
739
|
this.tag = tag;
|
|
717
740
|
}
|
|
718
|
-
protoOf(PlayerTimeoutReason).
|
|
719
|
-
return this.
|
|
741
|
+
protoOf(PlayerTimeoutReason).i1p = function () {
|
|
742
|
+
return this.l1p_1;
|
|
720
743
|
};
|
|
721
|
-
protoOf(PlayerTimeoutReason).
|
|
744
|
+
protoOf(PlayerTimeoutReason).j1p = function () {
|
|
722
745
|
return this.tag;
|
|
723
746
|
};
|
|
724
747
|
protoOf(PlayerTimeoutReason).pc = function () {
|
|
725
|
-
return this.
|
|
748
|
+
return this.l1p_1;
|
|
726
749
|
};
|
|
727
750
|
protoOf(PlayerTimeoutReason).qc = function () {
|
|
728
751
|
return this.tag;
|
|
729
752
|
};
|
|
730
|
-
protoOf(PlayerTimeoutReason).
|
|
753
|
+
protoOf(PlayerTimeoutReason).k1p = function (playerId, tag) {
|
|
731
754
|
return new PlayerTimeoutReason(playerId, tag);
|
|
732
755
|
};
|
|
733
756
|
protoOf(PlayerTimeoutReason).copy = function (playerId, tag, $super) {
|
|
734
|
-
playerId = playerId === VOID ? this.
|
|
757
|
+
playerId = playerId === VOID ? this.l1p_1 : playerId;
|
|
735
758
|
tag = tag === VOID ? this.tag : tag;
|
|
736
|
-
return $super === VOID ? this.
|
|
759
|
+
return $super === VOID ? this.k1p(playerId, tag) : $super.k1p.call(this, playerId, tag);
|
|
737
760
|
};
|
|
738
761
|
protoOf(PlayerTimeoutReason).toString = function () {
|
|
739
|
-
return 'PlayerTimeoutReason(playerId=' + this.
|
|
762
|
+
return 'PlayerTimeoutReason(playerId=' + this.l1p_1 + ', tag=' + this.tag + ')';
|
|
740
763
|
};
|
|
741
764
|
protoOf(PlayerTimeoutReason).hashCode = function () {
|
|
742
|
-
var result = getStringHashCode(this.
|
|
765
|
+
var result = getStringHashCode(this.l1p_1);
|
|
743
766
|
result = imul(result, 31) + (this.tag == null ? 0 : getStringHashCode(this.tag)) | 0;
|
|
744
767
|
return result;
|
|
745
768
|
};
|
|
@@ -748,7 +771,7 @@
|
|
|
748
771
|
return true;
|
|
749
772
|
if (!(other instanceof PlayerTimeoutReason))
|
|
750
773
|
return false;
|
|
751
|
-
if (!(this.
|
|
774
|
+
if (!(this.l1p_1 === other.l1p_1))
|
|
752
775
|
return false;
|
|
753
776
|
if (!(this.tag == other.tag))
|
|
754
777
|
return false;
|
|
@@ -756,40 +779,40 @@
|
|
|
756
779
|
};
|
|
757
780
|
function PlayerExitReason(playerId) {
|
|
758
781
|
TerminationGameReason.call(this);
|
|
759
|
-
this.
|
|
782
|
+
this.m1p_1 = playerId;
|
|
760
783
|
}
|
|
761
|
-
protoOf(PlayerExitReason).
|
|
762
|
-
return this.
|
|
784
|
+
protoOf(PlayerExitReason).i1p = function () {
|
|
785
|
+
return this.m1p_1;
|
|
763
786
|
};
|
|
764
787
|
protoOf(PlayerExitReason).pc = function () {
|
|
765
|
-
return this.
|
|
788
|
+
return this.m1p_1;
|
|
766
789
|
};
|
|
767
|
-
protoOf(PlayerExitReason).
|
|
790
|
+
protoOf(PlayerExitReason).n1p = function (playerId) {
|
|
768
791
|
return new PlayerExitReason(playerId);
|
|
769
792
|
};
|
|
770
793
|
protoOf(PlayerExitReason).copy = function (playerId, $super) {
|
|
771
|
-
playerId = playerId === VOID ? this.
|
|
772
|
-
return $super === VOID ? this.
|
|
794
|
+
playerId = playerId === VOID ? this.m1p_1 : playerId;
|
|
795
|
+
return $super === VOID ? this.n1p(playerId) : $super.n1p.call(this, playerId);
|
|
773
796
|
};
|
|
774
797
|
protoOf(PlayerExitReason).toString = function () {
|
|
775
|
-
return 'PlayerExitReason(playerId=' + this.
|
|
798
|
+
return 'PlayerExitReason(playerId=' + this.m1p_1 + ')';
|
|
776
799
|
};
|
|
777
800
|
protoOf(PlayerExitReason).hashCode = function () {
|
|
778
|
-
return getStringHashCode(this.
|
|
801
|
+
return getStringHashCode(this.m1p_1);
|
|
779
802
|
};
|
|
780
803
|
protoOf(PlayerExitReason).equals = function (other) {
|
|
781
804
|
if (this === other)
|
|
782
805
|
return true;
|
|
783
806
|
if (!(other instanceof PlayerExitReason))
|
|
784
807
|
return false;
|
|
785
|
-
if (!(this.
|
|
808
|
+
if (!(this.m1p_1 === other.m1p_1))
|
|
786
809
|
return false;
|
|
787
810
|
return true;
|
|
788
811
|
};
|
|
789
812
|
function FinishPlayerReason() {
|
|
790
813
|
}
|
|
791
814
|
function _get_$cachedSerializer__te6jhj_2($this) {
|
|
792
|
-
return $this.
|
|
815
|
+
return $this.o1p_1.j2();
|
|
793
816
|
}
|
|
794
817
|
function GameFinishedReason$Reason$Companion$_anonymous__q2gwr5() {
|
|
795
818
|
return createSimpleEnumSerializer('com.logic.data.models.GameFinishedReason.Reason', values());
|
|
@@ -832,7 +855,7 @@
|
|
|
832
855
|
Companion_instance_3 = this;
|
|
833
856
|
var tmp = this;
|
|
834
857
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
835
|
-
tmp.
|
|
858
|
+
tmp.o1p_1 = lazy(tmp_0, GameFinishedReason$Reason$Companion$_anonymous__q2gwr5);
|
|
836
859
|
}
|
|
837
860
|
protoOf(Companion_3).n17 = function () {
|
|
838
861
|
return _get_$cachedSerializer__te6jhj_2(this);
|
|
@@ -892,18 +915,18 @@
|
|
|
892
915
|
TerminationGameReason.call(this);
|
|
893
916
|
this.reason = reason;
|
|
894
917
|
}
|
|
895
|
-
protoOf(GameFinishedReason).
|
|
918
|
+
protoOf(GameFinishedReason).r1p = function () {
|
|
896
919
|
return this.reason;
|
|
897
920
|
};
|
|
898
921
|
protoOf(GameFinishedReason).pc = function () {
|
|
899
922
|
return this.reason;
|
|
900
923
|
};
|
|
901
|
-
protoOf(GameFinishedReason).
|
|
924
|
+
protoOf(GameFinishedReason).s1p = function (reason) {
|
|
902
925
|
return new GameFinishedReason(reason);
|
|
903
926
|
};
|
|
904
927
|
protoOf(GameFinishedReason).copy = function (reason, $super) {
|
|
905
928
|
reason = reason === VOID ? this.reason : reason;
|
|
906
|
-
return $super === VOID ? this.
|
|
929
|
+
return $super === VOID ? this.s1p(reason) : $super.s1p.call(this, reason);
|
|
907
930
|
};
|
|
908
931
|
protoOf(GameFinishedReason).toString = function () {
|
|
909
932
|
return 'GameFinishedReason(reason=' + this.reason.toString() + ')';
|
|
@@ -921,7 +944,7 @@
|
|
|
921
944
|
return true;
|
|
922
945
|
};
|
|
923
946
|
function _get_$cachedSerializer__te6jhj_3($this) {
|
|
924
|
-
return $this.
|
|
947
|
+
return $this.t1p_1.j2();
|
|
925
948
|
}
|
|
926
949
|
function GameErrorReason$Reason$Companion$_anonymous__54sopr() {
|
|
927
950
|
return createSimpleEnumSerializer('com.logic.data.models.GameErrorReason.Reason', values_0());
|
|
@@ -964,7 +987,7 @@
|
|
|
964
987
|
Companion_instance_4 = this;
|
|
965
988
|
var tmp = this;
|
|
966
989
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
967
|
-
tmp.
|
|
990
|
+
tmp.t1p_1 = lazy(tmp_0, GameErrorReason$Reason$Companion$_anonymous__54sopr);
|
|
968
991
|
}
|
|
969
992
|
protoOf(Companion_4).n17 = function () {
|
|
970
993
|
return _get_$cachedSerializer__te6jhj_3(this);
|
|
@@ -1024,18 +1047,18 @@
|
|
|
1024
1047
|
TerminationGameReason.call(this);
|
|
1025
1048
|
this.reason = reason;
|
|
1026
1049
|
}
|
|
1027
|
-
protoOf(GameErrorReason).
|
|
1050
|
+
protoOf(GameErrorReason).r1p = function () {
|
|
1028
1051
|
return this.reason;
|
|
1029
1052
|
};
|
|
1030
1053
|
protoOf(GameErrorReason).pc = function () {
|
|
1031
1054
|
return this.reason;
|
|
1032
1055
|
};
|
|
1033
|
-
protoOf(GameErrorReason).
|
|
1056
|
+
protoOf(GameErrorReason).w1p = function (reason) {
|
|
1034
1057
|
return new GameErrorReason(reason);
|
|
1035
1058
|
};
|
|
1036
1059
|
protoOf(GameErrorReason).copy = function (reason, $super) {
|
|
1037
1060
|
reason = reason === VOID ? this.reason : reason;
|
|
1038
|
-
return $super === VOID ? this.
|
|
1061
|
+
return $super === VOID ? this.w1p(reason) : $super.w1p.call(this, reason);
|
|
1039
1062
|
};
|
|
1040
1063
|
protoOf(GameErrorReason).toString = function () {
|
|
1041
1064
|
return 'GameErrorReason(reason=' + this.reason.toString() + ')';
|
|
@@ -1108,7 +1131,7 @@
|
|
|
1108
1131
|
initialLuckyFactor = initialLuckyFactor === VOID ? null : initialLuckyFactor;
|
|
1109
1132
|
rating = rating === VOID ? null : rating;
|
|
1110
1133
|
payload = payload === VOID ? null : payload;
|
|
1111
|
-
this.
|
|
1134
|
+
this.x1p_1 = playerId;
|
|
1112
1135
|
this.name = name;
|
|
1113
1136
|
this.avatarUrl = avatarUrl;
|
|
1114
1137
|
this.isBot = isBot;
|
|
@@ -1116,25 +1139,25 @@
|
|
|
1116
1139
|
this.rating = rating;
|
|
1117
1140
|
this.payload = payload;
|
|
1118
1141
|
}
|
|
1119
|
-
protoOf(GameUserInfo).
|
|
1120
|
-
return this.
|
|
1142
|
+
protoOf(GameUserInfo).i1p = function () {
|
|
1143
|
+
return this.x1p_1;
|
|
1121
1144
|
};
|
|
1122
1145
|
protoOf(GameUserInfo).m = function () {
|
|
1123
1146
|
return this.name;
|
|
1124
1147
|
};
|
|
1125
|
-
protoOf(GameUserInfo).
|
|
1148
|
+
protoOf(GameUserInfo).y1p = function () {
|
|
1126
1149
|
return this.avatarUrl;
|
|
1127
1150
|
};
|
|
1128
|
-
protoOf(GameUserInfo).
|
|
1151
|
+
protoOf(GameUserInfo).z1p = function () {
|
|
1129
1152
|
return this.isBot;
|
|
1130
1153
|
};
|
|
1131
|
-
protoOf(GameUserInfo).
|
|
1154
|
+
protoOf(GameUserInfo).a1q = function () {
|
|
1132
1155
|
return this.initialLuckyFactor;
|
|
1133
1156
|
};
|
|
1134
|
-
protoOf(GameUserInfo).
|
|
1157
|
+
protoOf(GameUserInfo).b1q = function () {
|
|
1135
1158
|
return this.rating;
|
|
1136
1159
|
};
|
|
1137
|
-
protoOf(GameUserInfo).
|
|
1160
|
+
protoOf(GameUserInfo).c1q = function () {
|
|
1138
1161
|
return this.payload;
|
|
1139
1162
|
};
|
|
1140
1163
|
protoOf(GameUserInfo).getRatingOrDefault = function (initialUserRating) {
|
|
@@ -1142,7 +1165,7 @@
|
|
|
1142
1165
|
return tmp0_elvis_lhs == null ? initialUserRating : tmp0_elvis_lhs;
|
|
1143
1166
|
};
|
|
1144
1167
|
protoOf(GameUserInfo).toString = function () {
|
|
1145
|
-
var tmp = 'playerId=' + this.
|
|
1168
|
+
var tmp = 'playerId=' + this.x1p_1;
|
|
1146
1169
|
var tmp_0 = 'name=' + this.name;
|
|
1147
1170
|
// Inline function 'kotlin.takeIf' call
|
|
1148
1171
|
var this_0 = 'avatarUrl=' + this.avatarUrl;
|
|
@@ -1192,7 +1215,7 @@
|
|
|
1192
1215
|
return 'GameUserInfo(' + joinToString(listOfNotNull([tmp, tmp_0, tmp_2, tmp_4, tmp_6, tmp_8, tmp$ret$9])) + ')';
|
|
1193
1216
|
};
|
|
1194
1217
|
protoOf(GameUserInfo).pc = function () {
|
|
1195
|
-
return this.
|
|
1218
|
+
return this.x1p_1;
|
|
1196
1219
|
};
|
|
1197
1220
|
protoOf(GameUserInfo).qc = function () {
|
|
1198
1221
|
return this.name;
|
|
@@ -1203,30 +1226,30 @@
|
|
|
1203
1226
|
protoOf(GameUserInfo).e16 = function () {
|
|
1204
1227
|
return this.isBot;
|
|
1205
1228
|
};
|
|
1206
|
-
protoOf(GameUserInfo).
|
|
1229
|
+
protoOf(GameUserInfo).d1p = function () {
|
|
1207
1230
|
return this.initialLuckyFactor;
|
|
1208
1231
|
};
|
|
1209
|
-
protoOf(GameUserInfo).
|
|
1232
|
+
protoOf(GameUserInfo).d1q = function () {
|
|
1210
1233
|
return this.rating;
|
|
1211
1234
|
};
|
|
1212
|
-
protoOf(GameUserInfo).
|
|
1235
|
+
protoOf(GameUserInfo).e1q = function () {
|
|
1213
1236
|
return this.payload;
|
|
1214
1237
|
};
|
|
1215
|
-
protoOf(GameUserInfo).
|
|
1238
|
+
protoOf(GameUserInfo).f1q = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload) {
|
|
1216
1239
|
return new GameUserInfo(playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload);
|
|
1217
1240
|
};
|
|
1218
1241
|
protoOf(GameUserInfo).copy = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload, $super) {
|
|
1219
|
-
playerId = playerId === VOID ? this.
|
|
1242
|
+
playerId = playerId === VOID ? this.x1p_1 : playerId;
|
|
1220
1243
|
name = name === VOID ? this.name : name;
|
|
1221
1244
|
avatarUrl = avatarUrl === VOID ? this.avatarUrl : avatarUrl;
|
|
1222
1245
|
isBot = isBot === VOID ? this.isBot : isBot;
|
|
1223
1246
|
initialLuckyFactor = initialLuckyFactor === VOID ? this.initialLuckyFactor : initialLuckyFactor;
|
|
1224
1247
|
rating = rating === VOID ? this.rating : rating;
|
|
1225
1248
|
payload = payload === VOID ? this.payload : payload;
|
|
1226
|
-
return $super === VOID ? this.
|
|
1249
|
+
return $super === VOID ? this.f1q(playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload) : $super.f1q.call(this, playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload);
|
|
1227
1250
|
};
|
|
1228
1251
|
protoOf(GameUserInfo).hashCode = function () {
|
|
1229
|
-
var result = getStringHashCode(this.
|
|
1252
|
+
var result = getStringHashCode(this.x1p_1);
|
|
1230
1253
|
result = imul(result, 31) + getStringHashCode(this.name) | 0;
|
|
1231
1254
|
result = imul(result, 31) + (this.avatarUrl == null ? 0 : getStringHashCode(this.avatarUrl)) | 0;
|
|
1232
1255
|
result = imul(result, 31) + getBooleanHashCode(this.isBot) | 0;
|
|
@@ -1240,7 +1263,7 @@
|
|
|
1240
1263
|
return true;
|
|
1241
1264
|
if (!(other instanceof GameUserInfo))
|
|
1242
1265
|
return false;
|
|
1243
|
-
if (!(this.
|
|
1266
|
+
if (!(this.x1p_1 === other.x1p_1))
|
|
1244
1267
|
return false;
|
|
1245
1268
|
if (!(this.name === other.name))
|
|
1246
1269
|
return false;
|
|
@@ -1301,18 +1324,18 @@
|
|
|
1301
1324
|
return getItemIndex(_this__u8e3s4, get_byIdPlayerPredicate()(playerId));
|
|
1302
1325
|
}
|
|
1303
1326
|
function PlayerIndex(playerId, playerIndex) {
|
|
1304
|
-
this.
|
|
1305
|
-
this.
|
|
1327
|
+
this.g1q_1 = playerId;
|
|
1328
|
+
this.h1q_1 = playerIndex;
|
|
1306
1329
|
}
|
|
1307
|
-
protoOf(PlayerIndex).
|
|
1308
|
-
return this.
|
|
1330
|
+
protoOf(PlayerIndex).i1p = function () {
|
|
1331
|
+
return this.g1q_1;
|
|
1309
1332
|
};
|
|
1310
1333
|
protoOf(PlayerIndex).toString = function () {
|
|
1311
|
-
return 'PlayerIndex(playerId=' + this.
|
|
1334
|
+
return 'PlayerIndex(playerId=' + this.g1q_1 + ', playerIndex=' + this.h1q_1 + ')';
|
|
1312
1335
|
};
|
|
1313
1336
|
protoOf(PlayerIndex).hashCode = function () {
|
|
1314
|
-
var result = getStringHashCode(this.
|
|
1315
|
-
result = imul(result, 31) + this.
|
|
1337
|
+
var result = getStringHashCode(this.g1q_1);
|
|
1338
|
+
result = imul(result, 31) + this.h1q_1 | 0;
|
|
1316
1339
|
return result;
|
|
1317
1340
|
};
|
|
1318
1341
|
protoOf(PlayerIndex).equals = function (other) {
|
|
@@ -1320,9 +1343,9 @@
|
|
|
1320
1343
|
return true;
|
|
1321
1344
|
if (!(other instanceof PlayerIndex))
|
|
1322
1345
|
return false;
|
|
1323
|
-
if (!(this.
|
|
1346
|
+
if (!(this.g1q_1 === other.g1q_1))
|
|
1324
1347
|
return false;
|
|
1325
|
-
if (!(this.
|
|
1348
|
+
if (!(this.h1q_1 === other.h1q_1))
|
|
1326
1349
|
return false;
|
|
1327
1350
|
return true;
|
|
1328
1351
|
};
|
|
@@ -1337,7 +1360,7 @@
|
|
|
1337
1360
|
}
|
|
1338
1361
|
function playerTurnPredicate$lambda(p1) {
|
|
1339
1362
|
_init_properties_Player_kt__qi83pd();
|
|
1340
|
-
return p1.
|
|
1363
|
+
return p1.i1q().q1q();
|
|
1341
1364
|
}
|
|
1342
1365
|
var properties_initialized_Player_kt_56shkt;
|
|
1343
1366
|
function _init_properties_Player_kt__qi83pd() {
|
|
@@ -1348,21 +1371,21 @@
|
|
|
1348
1371
|
}
|
|
1349
1372
|
}
|
|
1350
1373
|
function _get_lastConnectionStateDuration__9l9kps($this) {
|
|
1351
|
-
if ($this.
|
|
1374
|
+
if ($this.s1q_1 == null) {
|
|
1352
1375
|
return Companion_getInstance().kf_1;
|
|
1353
1376
|
}
|
|
1354
1377
|
var now = System_instance.jf();
|
|
1355
|
-
return now.hg($this.
|
|
1378
|
+
return now.hg($this.s1q_1);
|
|
1356
1379
|
}
|
|
1357
1380
|
function Companion_5() {
|
|
1358
|
-
this.
|
|
1381
|
+
this.u1q_1 = 70;
|
|
1359
1382
|
}
|
|
1360
|
-
protoOf(Companion_5).
|
|
1383
|
+
protoOf(Companion_5).v1q = function (state, connectionChangedTime) {
|
|
1361
1384
|
return new PlayerConnection(state, connectionChangedTime);
|
|
1362
1385
|
};
|
|
1363
|
-
protoOf(Companion_5).
|
|
1386
|
+
protoOf(Companion_5).w1q = function (state, connectionChangedTime, $super) {
|
|
1364
1387
|
connectionChangedTime = connectionChangedTime === VOID ? null : connectionChangedTime;
|
|
1365
|
-
return $super === VOID ? this.
|
|
1388
|
+
return $super === VOID ? this.v1q(state, connectionChangedTime) : $super.v1q.call(this, state, connectionChangedTime);
|
|
1366
1389
|
};
|
|
1367
1390
|
var Companion_instance_5;
|
|
1368
1391
|
function Companion_getInstance_8() {
|
|
@@ -1371,44 +1394,44 @@
|
|
|
1371
1394
|
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord) {
|
|
1372
1395
|
connectionChangedTime = connectionChangedTime === VOID ? null : connectionChangedTime;
|
|
1373
1396
|
notLiveDurationRecord = notLiveDurationRecord === VOID ? Companion_getInstance().kf_1 : notLiveDurationRecord;
|
|
1374
|
-
this.
|
|
1375
|
-
this.
|
|
1376
|
-
this.
|
|
1397
|
+
this.r1q_1 = state;
|
|
1398
|
+
this.s1q_1 = connectionChangedTime;
|
|
1399
|
+
this.t1q_1 = notLiveDurationRecord;
|
|
1377
1400
|
}
|
|
1378
|
-
protoOf(PlayerConnection).
|
|
1401
|
+
protoOf(PlayerConnection).x1q = function () {
|
|
1379
1402
|
var tmp;
|
|
1380
|
-
if (this.
|
|
1381
|
-
tmp = this.
|
|
1403
|
+
if (this.r1q_1.isLive) {
|
|
1404
|
+
tmp = this.t1q_1;
|
|
1382
1405
|
} else {
|
|
1383
|
-
tmp = Duration__plus_impl_yu9v8f(this.
|
|
1406
|
+
tmp = Duration__plus_impl_yu9v8f(this.t1q_1, _get_lastConnectionStateDuration__9l9kps(this));
|
|
1384
1407
|
}
|
|
1385
1408
|
return tmp;
|
|
1386
1409
|
};
|
|
1387
|
-
protoOf(PlayerConnection).
|
|
1410
|
+
protoOf(PlayerConnection).y1q = function (gameDuration) {
|
|
1388
1411
|
// Inline function 'kotlin.Long.div' call
|
|
1389
1412
|
var this_0 = _Duration___get_inWholeMilliseconds__impl__msfiry(gameDuration);
|
|
1390
1413
|
var percent = toNumber(this_0) / 100.0;
|
|
1391
1414
|
// Inline function 'kotlin.Long.div' call
|
|
1392
|
-
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.
|
|
1415
|
+
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.x1q());
|
|
1393
1416
|
// Inline function 'kotlin.math.round' call
|
|
1394
1417
|
var x = toNumber(this_1) / percent;
|
|
1395
1418
|
var tmp$ret$2 = round(x);
|
|
1396
1419
|
return numberToInt(tmp$ret$2);
|
|
1397
1420
|
};
|
|
1398
|
-
protoOf(PlayerConnection).
|
|
1399
|
-
return 100 - this.
|
|
1421
|
+
protoOf(PlayerConnection).z1q = function (gameDuration) {
|
|
1422
|
+
return 100 - this.y1q(gameDuration) | 0;
|
|
1400
1423
|
};
|
|
1401
|
-
protoOf(PlayerConnection).
|
|
1402
|
-
var percentage = this.
|
|
1424
|
+
protoOf(PlayerConnection).a1r = function (gameDuration) {
|
|
1425
|
+
var percentage = this.z1q(gameDuration);
|
|
1403
1426
|
return percentage >= 70;
|
|
1404
1427
|
};
|
|
1405
1428
|
protoOf(PlayerConnection).toString = function () {
|
|
1406
|
-
return 'PlayerConnection(state=' + this.
|
|
1429
|
+
return 'PlayerConnection(state=' + this.r1q_1.toString() + ', connectionChangedTime=' + toString(this.s1q_1) + ', notLiveDurationRecord=' + Duration__toString_impl_8d916b(this.t1q_1) + ')';
|
|
1407
1430
|
};
|
|
1408
1431
|
protoOf(PlayerConnection).hashCode = function () {
|
|
1409
|
-
var result = this.
|
|
1410
|
-
result = imul(result, 31) + (this.
|
|
1411
|
-
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.
|
|
1432
|
+
var result = this.r1q_1.hashCode();
|
|
1433
|
+
result = imul(result, 31) + (this.s1q_1 == null ? 0 : this.s1q_1.hashCode()) | 0;
|
|
1434
|
+
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.t1q_1) | 0;
|
|
1412
1435
|
return result;
|
|
1413
1436
|
};
|
|
1414
1437
|
protoOf(PlayerConnection).equals = function (other) {
|
|
@@ -1416,16 +1439,16 @@
|
|
|
1416
1439
|
return true;
|
|
1417
1440
|
if (!(other instanceof PlayerConnection))
|
|
1418
1441
|
return false;
|
|
1419
|
-
if (!this.
|
|
1442
|
+
if (!this.r1q_1.equals(other.r1q_1))
|
|
1420
1443
|
return false;
|
|
1421
|
-
if (!equals(this.
|
|
1444
|
+
if (!equals(this.s1q_1, other.s1q_1))
|
|
1422
1445
|
return false;
|
|
1423
|
-
if (!equals(this.
|
|
1446
|
+
if (!equals(this.t1q_1, other.t1q_1))
|
|
1424
1447
|
return false;
|
|
1425
1448
|
return true;
|
|
1426
1449
|
};
|
|
1427
1450
|
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
1428
|
-
return $this.
|
|
1451
|
+
return $this.b1r_1.j2();
|
|
1429
1452
|
}
|
|
1430
1453
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
1431
1454
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_1());
|
|
@@ -1469,7 +1492,7 @@
|
|
|
1469
1492
|
Companion_instance_6 = this;
|
|
1470
1493
|
var tmp = this;
|
|
1471
1494
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1472
|
-
tmp.
|
|
1495
|
+
tmp.b1r_1 = lazy(tmp_0, PlayerConnectionState$Companion$_anonymous__8wfaw3);
|
|
1473
1496
|
}
|
|
1474
1497
|
protoOf(Companion_6).n17 = function () {
|
|
1475
1498
|
return _get_$cachedSerializer__te6jhj_4(this);
|
|
@@ -1502,28 +1525,28 @@
|
|
|
1502
1525
|
function PlayerConnectionState(name, ordinal) {
|
|
1503
1526
|
Enum.call(this, name, ordinal);
|
|
1504
1527
|
}
|
|
1505
|
-
protoOf(PlayerConnectionState).
|
|
1528
|
+
protoOf(PlayerConnectionState).e1r = function () {
|
|
1506
1529
|
return this.equals(PlayerConnectionState_LIVE_getInstance());
|
|
1507
1530
|
};
|
|
1508
|
-
protoOf(PlayerConnectionState).
|
|
1531
|
+
protoOf(PlayerConnectionState).f1r = function () {
|
|
1509
1532
|
return this.equals(PlayerConnectionState_TIMEOUT_getInstance());
|
|
1510
1533
|
};
|
|
1511
|
-
protoOf(PlayerConnectionState).
|
|
1534
|
+
protoOf(PlayerConnectionState).g1r = function () {
|
|
1512
1535
|
return this.equals(PlayerConnectionState_LOST_CONNECTION_getInstance());
|
|
1513
1536
|
};
|
|
1514
|
-
protoOf(PlayerConnectionState).
|
|
1537
|
+
protoOf(PlayerConnectionState).h1r = function () {
|
|
1515
1538
|
return this.equals(PlayerConnectionState_LEFT_getInstance());
|
|
1516
1539
|
};
|
|
1517
|
-
protoOf(PlayerConnectionState).
|
|
1540
|
+
protoOf(PlayerConnectionState).i1r = function () {
|
|
1518
1541
|
return this.equals(PlayerConnectionState_LEFT_PERMANENTLY_getInstance());
|
|
1519
1542
|
};
|
|
1520
|
-
protoOf(PlayerConnectionState).
|
|
1543
|
+
protoOf(PlayerConnectionState).j1r = function () {
|
|
1521
1544
|
return this.equals(PlayerConnectionState_DELETED_getInstance());
|
|
1522
1545
|
};
|
|
1523
|
-
protoOf(PlayerConnectionState).
|
|
1546
|
+
protoOf(PlayerConnectionState).k1r = function () {
|
|
1524
1547
|
return this.equals(PlayerConnectionState_DISCONNECTING_getInstance());
|
|
1525
1548
|
};
|
|
1526
|
-
protoOf(PlayerConnectionState).
|
|
1549
|
+
protoOf(PlayerConnectionState).l1r = function () {
|
|
1527
1550
|
var tmp;
|
|
1528
1551
|
switch (this.x2_1) {
|
|
1529
1552
|
case 3:
|
|
@@ -1544,7 +1567,7 @@
|
|
|
1544
1567
|
}
|
|
1545
1568
|
return tmp;
|
|
1546
1569
|
};
|
|
1547
|
-
protoOf(PlayerConnectionState).
|
|
1570
|
+
protoOf(PlayerConnectionState).m1r = function () {
|
|
1548
1571
|
var tmp;
|
|
1549
1572
|
switch (this.x2_1) {
|
|
1550
1573
|
case 3:
|
|
@@ -1565,7 +1588,7 @@
|
|
|
1565
1588
|
}
|
|
1566
1589
|
return tmp;
|
|
1567
1590
|
};
|
|
1568
|
-
protoOf(PlayerConnectionState).
|
|
1591
|
+
protoOf(PlayerConnectionState).n1r = function () {
|
|
1569
1592
|
var tmp;
|
|
1570
1593
|
switch (this.x2_1) {
|
|
1571
1594
|
case 3:
|
|
@@ -1590,7 +1613,7 @@
|
|
|
1590
1613
|
}
|
|
1591
1614
|
return tmp;
|
|
1592
1615
|
};
|
|
1593
|
-
protoOf(PlayerConnectionState).
|
|
1616
|
+
protoOf(PlayerConnectionState).o1r = function () {
|
|
1594
1617
|
var tmp;
|
|
1595
1618
|
switch (this.x2_1) {
|
|
1596
1619
|
case 3:
|
|
@@ -1615,7 +1638,7 @@
|
|
|
1615
1638
|
}
|
|
1616
1639
|
return tmp;
|
|
1617
1640
|
};
|
|
1618
|
-
protoOf(PlayerConnectionState).
|
|
1641
|
+
protoOf(PlayerConnectionState).p1r = function () {
|
|
1619
1642
|
var tmp;
|
|
1620
1643
|
switch (this.x2_1) {
|
|
1621
1644
|
case 3:
|
|
@@ -1638,7 +1661,7 @@
|
|
|
1638
1661
|
}
|
|
1639
1662
|
return tmp;
|
|
1640
1663
|
};
|
|
1641
|
-
protoOf(PlayerConnectionState).
|
|
1664
|
+
protoOf(PlayerConnectionState).q1r = function () {
|
|
1642
1665
|
var tmp;
|
|
1643
1666
|
switch (this.x2_1) {
|
|
1644
1667
|
case 2:
|
|
@@ -1661,7 +1684,7 @@
|
|
|
1661
1684
|
}
|
|
1662
1685
|
return tmp;
|
|
1663
1686
|
};
|
|
1664
|
-
protoOf(PlayerConnectionState).
|
|
1687
|
+
protoOf(PlayerConnectionState).r1r = function () {
|
|
1665
1688
|
var tmp;
|
|
1666
1689
|
switch (this.x2_1) {
|
|
1667
1690
|
case 5:
|
|
@@ -1715,7 +1738,7 @@
|
|
|
1715
1738
|
return PlayerConnectionState_DELETED_instance;
|
|
1716
1739
|
}
|
|
1717
1740
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
1718
|
-
return $this.
|
|
1741
|
+
return $this.s1r_1.j2();
|
|
1719
1742
|
}
|
|
1720
1743
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
1721
1744
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_2());
|
|
@@ -1730,7 +1753,7 @@
|
|
|
1730
1753
|
Companion_instance_7 = this;
|
|
1731
1754
|
var tmp = this;
|
|
1732
1755
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1733
|
-
tmp.
|
|
1756
|
+
tmp.s1r_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
1734
1757
|
}
|
|
1735
1758
|
protoOf(Companion_7).n17 = function () {
|
|
1736
1759
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -1758,18 +1781,18 @@
|
|
|
1758
1781
|
function PlayerWaitingState(name, ordinal) {
|
|
1759
1782
|
Enum.call(this, name, ordinal);
|
|
1760
1783
|
}
|
|
1761
|
-
protoOf(PlayerWaitingState).
|
|
1762
|
-
return this.
|
|
1784
|
+
protoOf(PlayerWaitingState).q1q = function () {
|
|
1785
|
+
return this.v1r() || this.w1r();
|
|
1763
1786
|
};
|
|
1764
|
-
protoOf(PlayerWaitingState).
|
|
1787
|
+
protoOf(PlayerWaitingState).v1r = function () {
|
|
1765
1788
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
1766
1789
|
};
|
|
1767
|
-
protoOf(PlayerWaitingState).
|
|
1790
|
+
protoOf(PlayerWaitingState).w1r = function () {
|
|
1768
1791
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
1769
1792
|
};
|
|
1770
1793
|
function Companion_8() {
|
|
1771
1794
|
}
|
|
1772
|
-
protoOf(Companion_8).
|
|
1795
|
+
protoOf(Companion_8).x1r = function (connection) {
|
|
1773
1796
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
1774
1797
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
1775
1798
|
};
|
|
@@ -1792,17 +1815,17 @@
|
|
|
1792
1815
|
function PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
1793
1816
|
tag = tag === VOID ? null : tag;
|
|
1794
1817
|
connection = connection === VOID ? null : connection;
|
|
1795
|
-
this.
|
|
1796
|
-
this.
|
|
1797
|
-
this.
|
|
1798
|
-
this.
|
|
1799
|
-
this.
|
|
1800
|
-
this.
|
|
1801
|
-
this.
|
|
1802
|
-
}
|
|
1803
|
-
protoOf(PlayerState).
|
|
1818
|
+
this.j1q_1 = startFromTime;
|
|
1819
|
+
this.k1q_1 = playerTurnTimeout;
|
|
1820
|
+
this.l1q_1 = waitPlayerUntilTime;
|
|
1821
|
+
this.m1q_1 = state;
|
|
1822
|
+
this.n1q_1 = ready;
|
|
1823
|
+
this.o1q_1 = tag;
|
|
1824
|
+
this.p1q_1 = connection;
|
|
1825
|
+
}
|
|
1826
|
+
protoOf(PlayerState).y1r = function () {
|
|
1804
1827
|
// Inline function 'kotlin.requireNotNull' call
|
|
1805
|
-
var tmp0 = this.
|
|
1828
|
+
var tmp0 = this.p1q_1;
|
|
1806
1829
|
var tmp$ret$1;
|
|
1807
1830
|
$l$block: {
|
|
1808
1831
|
// Inline function 'kotlin.requireNotNull' call
|
|
@@ -1818,55 +1841,55 @@
|
|
|
1818
1841
|
};
|
|
1819
1842
|
protoOf(PlayerState).toString = function () {
|
|
1820
1843
|
// Inline function 'kotlin.takeIf' call
|
|
1821
|
-
var this_0 = 'startFromTime=' + toString(this.
|
|
1844
|
+
var this_0 = 'startFromTime=' + toString(this.j1q_1);
|
|
1822
1845
|
var tmp;
|
|
1823
|
-
if (!(this.
|
|
1846
|
+
if (!(this.j1q_1 == null)) {
|
|
1824
1847
|
tmp = this_0;
|
|
1825
1848
|
} else {
|
|
1826
1849
|
tmp = null;
|
|
1827
1850
|
}
|
|
1828
1851
|
var tmp_0 = tmp;
|
|
1829
1852
|
// Inline function 'kotlin.takeIf' call
|
|
1830
|
-
var this_1 = 'playerTurnTimeout=' + toString(this.
|
|
1853
|
+
var this_1 = 'playerTurnTimeout=' + toString(this.k1q_1);
|
|
1831
1854
|
var tmp_1;
|
|
1832
|
-
if (!(this.
|
|
1855
|
+
if (!(this.k1q_1 == null)) {
|
|
1833
1856
|
tmp_1 = this_1;
|
|
1834
1857
|
} else {
|
|
1835
1858
|
tmp_1 = null;
|
|
1836
1859
|
}
|
|
1837
1860
|
var tmp_2 = tmp_1;
|
|
1838
1861
|
// Inline function 'kotlin.takeIf' call
|
|
1839
|
-
var this_2 = 'waitPlayerUntilTime=' + toString(this.
|
|
1862
|
+
var this_2 = 'waitPlayerUntilTime=' + toString(this.l1q_1);
|
|
1840
1863
|
var tmp_3;
|
|
1841
|
-
if (!(this.
|
|
1864
|
+
if (!(this.l1q_1 == null)) {
|
|
1842
1865
|
tmp_3 = this_2;
|
|
1843
1866
|
} else {
|
|
1844
1867
|
tmp_3 = null;
|
|
1845
1868
|
}
|
|
1846
1869
|
var tmp_4 = tmp_3;
|
|
1847
|
-
var tmp_5 = 'state=' + this.
|
|
1870
|
+
var tmp_5 = 'state=' + this.m1q_1.toString();
|
|
1848
1871
|
// Inline function 'kotlin.takeIf' call
|
|
1849
|
-
var this_3 = 'ready=' + this.
|
|
1872
|
+
var this_3 = 'ready=' + this.n1q_1;
|
|
1850
1873
|
var tmp_6;
|
|
1851
|
-
if (this.
|
|
1874
|
+
if (this.n1q_1) {
|
|
1852
1875
|
tmp_6 = this_3;
|
|
1853
1876
|
} else {
|
|
1854
1877
|
tmp_6 = null;
|
|
1855
1878
|
}
|
|
1856
1879
|
var tmp_7 = tmp_6;
|
|
1857
1880
|
// Inline function 'kotlin.takeIf' call
|
|
1858
|
-
var this_4 = 'tag=' + this.
|
|
1881
|
+
var this_4 = 'tag=' + this.o1q_1;
|
|
1859
1882
|
var tmp_8;
|
|
1860
|
-
if (!(this.
|
|
1883
|
+
if (!(this.o1q_1 == null)) {
|
|
1861
1884
|
tmp_8 = this_4;
|
|
1862
1885
|
} else {
|
|
1863
1886
|
tmp_8 = null;
|
|
1864
1887
|
}
|
|
1865
1888
|
var tmp_9 = tmp_8;
|
|
1866
1889
|
// Inline function 'kotlin.takeIf' call
|
|
1867
|
-
var this_5 = 'connection=' + toString(this.
|
|
1890
|
+
var this_5 = 'connection=' + toString(this.p1q_1);
|
|
1868
1891
|
var tmp_10;
|
|
1869
|
-
if (!(this.
|
|
1892
|
+
if (!(this.p1q_1 == null)) {
|
|
1870
1893
|
tmp_10 = this_5;
|
|
1871
1894
|
} else {
|
|
1872
1895
|
tmp_10 = null;
|
|
@@ -1874,17 +1897,17 @@
|
|
|
1874
1897
|
var tmp$ret$11 = tmp_10;
|
|
1875
1898
|
return 'PlayerState(' + joinToString(listOfNotNull([tmp_0, tmp_2, tmp_4, tmp_5, tmp_7, tmp_9, tmp$ret$11])) + ')';
|
|
1876
1899
|
};
|
|
1877
|
-
protoOf(PlayerState).
|
|
1878
|
-
return this.
|
|
1900
|
+
protoOf(PlayerState).q1q = function () {
|
|
1901
|
+
return this.m1q_1.q1q();
|
|
1879
1902
|
};
|
|
1880
1903
|
protoOf(PlayerState).hashCode = function () {
|
|
1881
|
-
var result = this.
|
|
1882
|
-
result = imul(result, 31) + (this.
|
|
1883
|
-
result = imul(result, 31) + (this.
|
|
1884
|
-
result = imul(result, 31) + this.
|
|
1885
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
1886
|
-
result = imul(result, 31) + (this.
|
|
1887
|
-
result = imul(result, 31) + (this.
|
|
1904
|
+
var result = this.j1q_1 == null ? 0 : this.j1q_1.hashCode();
|
|
1905
|
+
result = imul(result, 31) + (this.k1q_1 == null ? 0 : this.k1q_1.hashCode()) | 0;
|
|
1906
|
+
result = imul(result, 31) + (this.l1q_1 == null ? 0 : this.l1q_1.hashCode()) | 0;
|
|
1907
|
+
result = imul(result, 31) + this.m1q_1.hashCode() | 0;
|
|
1908
|
+
result = imul(result, 31) + getBooleanHashCode(this.n1q_1) | 0;
|
|
1909
|
+
result = imul(result, 31) + (this.o1q_1 == null ? 0 : getStringHashCode(this.o1q_1)) | 0;
|
|
1910
|
+
result = imul(result, 31) + (this.p1q_1 == null ? 0 : this.p1q_1.hashCode()) | 0;
|
|
1888
1911
|
return result;
|
|
1889
1912
|
};
|
|
1890
1913
|
protoOf(PlayerState).equals = function (other) {
|
|
@@ -1892,26 +1915,26 @@
|
|
|
1892
1915
|
return true;
|
|
1893
1916
|
if (!(other instanceof PlayerState))
|
|
1894
1917
|
return false;
|
|
1895
|
-
if (!equals(this.
|
|
1918
|
+
if (!equals(this.j1q_1, other.j1q_1))
|
|
1896
1919
|
return false;
|
|
1897
|
-
if (!equals(this.
|
|
1920
|
+
if (!equals(this.k1q_1, other.k1q_1))
|
|
1898
1921
|
return false;
|
|
1899
|
-
if (!equals(this.
|
|
1922
|
+
if (!equals(this.l1q_1, other.l1q_1))
|
|
1900
1923
|
return false;
|
|
1901
|
-
if (!this.
|
|
1924
|
+
if (!this.m1q_1.equals(other.m1q_1))
|
|
1902
1925
|
return false;
|
|
1903
|
-
if (!(this.
|
|
1926
|
+
if (!(this.n1q_1 === other.n1q_1))
|
|
1904
1927
|
return false;
|
|
1905
|
-
if (!(this.
|
|
1928
|
+
if (!(this.o1q_1 == other.o1q_1))
|
|
1906
1929
|
return false;
|
|
1907
|
-
if (!equals(this.
|
|
1930
|
+
if (!equals(this.p1q_1, other.p1q_1))
|
|
1908
1931
|
return false;
|
|
1909
1932
|
return true;
|
|
1910
1933
|
};
|
|
1911
1934
|
function Team(playerIds) {
|
|
1912
1935
|
this.playerIds = playerIds;
|
|
1913
1936
|
}
|
|
1914
|
-
protoOf(Team).
|
|
1937
|
+
protoOf(Team).z1r = function () {
|
|
1915
1938
|
return this.playerIds;
|
|
1916
1939
|
};
|
|
1917
1940
|
protoOf(Team).containsPlayer = function (playerId) {
|
|
@@ -1926,12 +1949,12 @@
|
|
|
1926
1949
|
protoOf(Team).pc = function () {
|
|
1927
1950
|
return this.playerIds;
|
|
1928
1951
|
};
|
|
1929
|
-
protoOf(Team).
|
|
1952
|
+
protoOf(Team).a1s = function (playerIds) {
|
|
1930
1953
|
return new Team(playerIds);
|
|
1931
1954
|
};
|
|
1932
1955
|
protoOf(Team).copy = function (playerIds, $super) {
|
|
1933
1956
|
playerIds = playerIds === VOID ? this.playerIds : playerIds;
|
|
1934
|
-
return $super === VOID ? this.
|
|
1957
|
+
return $super === VOID ? this.a1s(playerIds) : $super.a1s.call(this, playerIds);
|
|
1935
1958
|
};
|
|
1936
1959
|
protoOf(Team).toString = function () {
|
|
1937
1960
|
return 'Team(playerIds=' + toString_0(this.playerIds) + ')';
|
|
@@ -1949,7 +1972,7 @@
|
|
|
1949
1972
|
return true;
|
|
1950
1973
|
};
|
|
1951
1974
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
1952
|
-
return $this.
|
|
1975
|
+
return $this.b1s_1.j2();
|
|
1953
1976
|
}
|
|
1954
1977
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
1955
1978
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -1987,7 +2010,7 @@
|
|
|
1987
2010
|
Companion_instance_9 = this;
|
|
1988
2011
|
var tmp = this;
|
|
1989
2012
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1990
|
-
tmp.
|
|
2013
|
+
tmp.b1s_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
1991
2014
|
}
|
|
1992
2015
|
protoOf(Companion_9).n17 = function () {
|
|
1993
2016
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2008,7 +2031,7 @@
|
|
|
2008
2031
|
Companion_getInstance_12();
|
|
2009
2032
|
}
|
|
2010
2033
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2011
|
-
return $this.
|
|
2034
|
+
return $this.c1s_1.j2();
|
|
2012
2035
|
}
|
|
2013
2036
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
2014
2037
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -2023,7 +2046,7 @@
|
|
|
2023
2046
|
TerminationGameReasonDto.call(this);
|
|
2024
2047
|
var tmp = this;
|
|
2025
2048
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2026
|
-
tmp.
|
|
2049
|
+
tmp.c1s_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
2027
2050
|
}
|
|
2028
2051
|
protoOf(ProcessingReasonDto).n17 = function () {
|
|
2029
2052
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -2060,19 +2083,19 @@
|
|
|
2060
2083
|
$serializer_instance_1 = this;
|
|
2061
2084
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2062
2085
|
tmp0_serialDesc.ku('reason', false);
|
|
2063
|
-
this.
|
|
2086
|
+
this.d1s_1 = tmp0_serialDesc;
|
|
2064
2087
|
}
|
|
2065
|
-
protoOf($serializer_1).
|
|
2066
|
-
var tmp0_desc = this.
|
|
2088
|
+
protoOf($serializer_1).e1s = function (encoder, value) {
|
|
2089
|
+
var tmp0_desc = this.d1s_1;
|
|
2067
2090
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
2068
2091
|
tmp1_output.jo(tmp0_desc, 0, value.reason);
|
|
2069
2092
|
tmp1_output.vm(tmp0_desc);
|
|
2070
2093
|
};
|
|
2071
2094
|
protoOf($serializer_1).mj = function (encoder, value) {
|
|
2072
|
-
return this.
|
|
2095
|
+
return this.e1s(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2073
2096
|
};
|
|
2074
2097
|
protoOf($serializer_1).nj = function (decoder) {
|
|
2075
|
-
var tmp0_desc = this.
|
|
2098
|
+
var tmp0_desc = this.d1s_1;
|
|
2076
2099
|
var tmp1_flag = true;
|
|
2077
2100
|
var tmp2_index = 0;
|
|
2078
2101
|
var tmp3_bitMask0 = 0;
|
|
@@ -2100,7 +2123,7 @@
|
|
|
2100
2123
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2101
2124
|
};
|
|
2102
2125
|
protoOf($serializer_1).lj = function () {
|
|
2103
|
-
return this.
|
|
2126
|
+
return this.d1s_1;
|
|
2104
2127
|
};
|
|
2105
2128
|
protoOf($serializer_1).bv = function () {
|
|
2106
2129
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2116,7 +2139,7 @@
|
|
|
2116
2139
|
}
|
|
2117
2140
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2118
2141
|
if (!(1 === (1 & seen0))) {
|
|
2119
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().
|
|
2142
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().d1s_1);
|
|
2120
2143
|
}
|
|
2121
2144
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2122
2145
|
$this.reason = reason;
|
|
@@ -2129,7 +2152,7 @@
|
|
|
2129
2152
|
TerminationGameReasonDto.call(this);
|
|
2130
2153
|
this.reason = reason;
|
|
2131
2154
|
}
|
|
2132
|
-
protoOf(GameErrorReasonDto).
|
|
2155
|
+
protoOf(GameErrorReasonDto).r1p = function () {
|
|
2133
2156
|
return this.reason;
|
|
2134
2157
|
};
|
|
2135
2158
|
protoOf(GameErrorReasonDto).toString = function () {
|
|
@@ -2157,19 +2180,19 @@
|
|
|
2157
2180
|
$serializer_instance_2 = this;
|
|
2158
2181
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2159
2182
|
tmp0_serialDesc.ku('reason', false);
|
|
2160
|
-
this.
|
|
2183
|
+
this.f1s_1 = tmp0_serialDesc;
|
|
2161
2184
|
}
|
|
2162
|
-
protoOf($serializer_2).
|
|
2163
|
-
var tmp0_desc = this.
|
|
2185
|
+
protoOf($serializer_2).g1s = function (encoder, value) {
|
|
2186
|
+
var tmp0_desc = this.f1s_1;
|
|
2164
2187
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
2165
2188
|
tmp1_output.jo(tmp0_desc, 0, value.reason);
|
|
2166
2189
|
tmp1_output.vm(tmp0_desc);
|
|
2167
2190
|
};
|
|
2168
2191
|
protoOf($serializer_2).mj = function (encoder, value) {
|
|
2169
|
-
return this.
|
|
2192
|
+
return this.g1s(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2170
2193
|
};
|
|
2171
2194
|
protoOf($serializer_2).nj = function (decoder) {
|
|
2172
|
-
var tmp0_desc = this.
|
|
2195
|
+
var tmp0_desc = this.f1s_1;
|
|
2173
2196
|
var tmp1_flag = true;
|
|
2174
2197
|
var tmp2_index = 0;
|
|
2175
2198
|
var tmp3_bitMask0 = 0;
|
|
@@ -2197,7 +2220,7 @@
|
|
|
2197
2220
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2198
2221
|
};
|
|
2199
2222
|
protoOf($serializer_2).lj = function () {
|
|
2200
|
-
return this.
|
|
2223
|
+
return this.f1s_1;
|
|
2201
2224
|
};
|
|
2202
2225
|
protoOf($serializer_2).bv = function () {
|
|
2203
2226
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2213,7 +2236,7 @@
|
|
|
2213
2236
|
}
|
|
2214
2237
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2215
2238
|
if (!(1 === (1 & seen0))) {
|
|
2216
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2239
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().f1s_1);
|
|
2217
2240
|
}
|
|
2218
2241
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2219
2242
|
$this.reason = reason;
|
|
@@ -2226,7 +2249,7 @@
|
|
|
2226
2249
|
TerminationGameReasonDto.call(this);
|
|
2227
2250
|
this.reason = reason;
|
|
2228
2251
|
}
|
|
2229
|
-
protoOf(GameFinishedReasonDto).
|
|
2252
|
+
protoOf(GameFinishedReasonDto).r1p = function () {
|
|
2230
2253
|
return this.reason;
|
|
2231
2254
|
};
|
|
2232
2255
|
protoOf(GameFinishedReasonDto).toString = function () {
|
|
@@ -2254,19 +2277,19 @@
|
|
|
2254
2277
|
$serializer_instance_3 = this;
|
|
2255
2278
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2256
2279
|
tmp0_serialDesc.ku('playerId', false);
|
|
2257
|
-
this.
|
|
2280
|
+
this.h1s_1 = tmp0_serialDesc;
|
|
2258
2281
|
}
|
|
2259
|
-
protoOf($serializer_3).
|
|
2260
|
-
var tmp0_desc = this.
|
|
2282
|
+
protoOf($serializer_3).i1s = function (encoder, value) {
|
|
2283
|
+
var tmp0_desc = this.h1s_1;
|
|
2261
2284
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
2262
|
-
tmp1_output.jo(tmp0_desc, 0, value.
|
|
2285
|
+
tmp1_output.jo(tmp0_desc, 0, value.j1s_1);
|
|
2263
2286
|
tmp1_output.vm(tmp0_desc);
|
|
2264
2287
|
};
|
|
2265
2288
|
protoOf($serializer_3).mj = function (encoder, value) {
|
|
2266
|
-
return this.
|
|
2289
|
+
return this.i1s(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2267
2290
|
};
|
|
2268
2291
|
protoOf($serializer_3).nj = function (decoder) {
|
|
2269
|
-
var tmp0_desc = this.
|
|
2292
|
+
var tmp0_desc = this.h1s_1;
|
|
2270
2293
|
var tmp1_flag = true;
|
|
2271
2294
|
var tmp2_index = 0;
|
|
2272
2295
|
var tmp3_bitMask0 = 0;
|
|
@@ -2294,7 +2317,7 @@
|
|
|
2294
2317
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2295
2318
|
};
|
|
2296
2319
|
protoOf($serializer_3).lj = function () {
|
|
2297
|
-
return this.
|
|
2320
|
+
return this.h1s_1;
|
|
2298
2321
|
};
|
|
2299
2322
|
protoOf($serializer_3).bv = function () {
|
|
2300
2323
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2310,10 +2333,10 @@
|
|
|
2310
2333
|
}
|
|
2311
2334
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2312
2335
|
if (!(1 === (1 & seen0))) {
|
|
2313
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().
|
|
2336
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().h1s_1);
|
|
2314
2337
|
}
|
|
2315
2338
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2316
|
-
$this.
|
|
2339
|
+
$this.j1s_1 = playerId;
|
|
2317
2340
|
return $this;
|
|
2318
2341
|
}
|
|
2319
2342
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2321,20 +2344,20 @@
|
|
|
2321
2344
|
}
|
|
2322
2345
|
function PlayerExitReasonDto(playerId) {
|
|
2323
2346
|
TerminationGameReasonDto.call(this);
|
|
2324
|
-
this.
|
|
2347
|
+
this.j1s_1 = playerId;
|
|
2325
2348
|
}
|
|
2326
2349
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2327
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2350
|
+
return 'PlayerExitReasonDto(playerId=' + this.j1s_1 + ')';
|
|
2328
2351
|
};
|
|
2329
2352
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2330
|
-
return getStringHashCode(this.
|
|
2353
|
+
return getStringHashCode(this.j1s_1);
|
|
2331
2354
|
};
|
|
2332
2355
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2333
2356
|
if (this === other)
|
|
2334
2357
|
return true;
|
|
2335
2358
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2336
2359
|
return false;
|
|
2337
|
-
if (!(this.
|
|
2360
|
+
if (!(this.j1s_1 === other.j1s_1))
|
|
2338
2361
|
return false;
|
|
2339
2362
|
return true;
|
|
2340
2363
|
};
|
|
@@ -2349,20 +2372,20 @@
|
|
|
2349
2372
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2350
2373
|
tmp0_serialDesc.ku('playerId', false);
|
|
2351
2374
|
tmp0_serialDesc.ku('tag', false);
|
|
2352
|
-
this.
|
|
2375
|
+
this.k1s_1 = tmp0_serialDesc;
|
|
2353
2376
|
}
|
|
2354
|
-
protoOf($serializer_4).
|
|
2355
|
-
var tmp0_desc = this.
|
|
2377
|
+
protoOf($serializer_4).l1s = function (encoder, value) {
|
|
2378
|
+
var tmp0_desc = this.k1s_1;
|
|
2356
2379
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
2357
|
-
tmp1_output.jo(tmp0_desc, 0, value.
|
|
2358
|
-
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2380
|
+
tmp1_output.jo(tmp0_desc, 0, value.m1s_1);
|
|
2381
|
+
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.n1s_1);
|
|
2359
2382
|
tmp1_output.vm(tmp0_desc);
|
|
2360
2383
|
};
|
|
2361
2384
|
protoOf($serializer_4).mj = function (encoder, value) {
|
|
2362
|
-
return this.
|
|
2385
|
+
return this.l1s(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2363
2386
|
};
|
|
2364
2387
|
protoOf($serializer_4).nj = function (decoder) {
|
|
2365
|
-
var tmp0_desc = this.
|
|
2388
|
+
var tmp0_desc = this.k1s_1;
|
|
2366
2389
|
var tmp1_flag = true;
|
|
2367
2390
|
var tmp2_index = 0;
|
|
2368
2391
|
var tmp3_bitMask0 = 0;
|
|
@@ -2397,7 +2420,7 @@
|
|
|
2397
2420
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2398
2421
|
};
|
|
2399
2422
|
protoOf($serializer_4).lj = function () {
|
|
2400
|
-
return this.
|
|
2423
|
+
return this.k1s_1;
|
|
2401
2424
|
};
|
|
2402
2425
|
protoOf($serializer_4).bv = function () {
|
|
2403
2426
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2413,11 +2436,11 @@
|
|
|
2413
2436
|
}
|
|
2414
2437
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2415
2438
|
if (!(3 === (3 & seen0))) {
|
|
2416
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().
|
|
2439
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().k1s_1);
|
|
2417
2440
|
}
|
|
2418
2441
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2419
|
-
$this.
|
|
2420
|
-
$this.
|
|
2442
|
+
$this.m1s_1 = playerId;
|
|
2443
|
+
$this.n1s_1 = tag;
|
|
2421
2444
|
return $this;
|
|
2422
2445
|
}
|
|
2423
2446
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2425,15 +2448,15 @@
|
|
|
2425
2448
|
}
|
|
2426
2449
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2427
2450
|
TerminationGameReasonDto.call(this);
|
|
2428
|
-
this.
|
|
2429
|
-
this.
|
|
2451
|
+
this.m1s_1 = playerId;
|
|
2452
|
+
this.n1s_1 = tag;
|
|
2430
2453
|
}
|
|
2431
2454
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2432
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2455
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.m1s_1 + ', tag=' + this.n1s_1 + ')';
|
|
2433
2456
|
};
|
|
2434
2457
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2435
|
-
var result = getStringHashCode(this.
|
|
2436
|
-
result = imul(result, 31) + (this.
|
|
2458
|
+
var result = getStringHashCode(this.m1s_1);
|
|
2459
|
+
result = imul(result, 31) + (this.n1s_1 == null ? 0 : getStringHashCode(this.n1s_1)) | 0;
|
|
2437
2460
|
return result;
|
|
2438
2461
|
};
|
|
2439
2462
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2441,9 +2464,9 @@
|
|
|
2441
2464
|
return true;
|
|
2442
2465
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2443
2466
|
return false;
|
|
2444
|
-
if (!(this.
|
|
2467
|
+
if (!(this.m1s_1 === other.m1s_1))
|
|
2445
2468
|
return false;
|
|
2446
|
-
if (!(this.
|
|
2469
|
+
if (!(this.n1s_1 == other.n1s_1))
|
|
2447
2470
|
return false;
|
|
2448
2471
|
return true;
|
|
2449
2472
|
};
|
|
@@ -2458,20 +2481,20 @@
|
|
|
2458
2481
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2459
2482
|
tmp0_serialDesc.ku('playerId', false);
|
|
2460
2483
|
tmp0_serialDesc.ku('tag', false);
|
|
2461
|
-
this.
|
|
2484
|
+
this.o1s_1 = tmp0_serialDesc;
|
|
2462
2485
|
}
|
|
2463
|
-
protoOf($serializer_5).
|
|
2464
|
-
var tmp0_desc = this.
|
|
2486
|
+
protoOf($serializer_5).p1s = function (encoder, value) {
|
|
2487
|
+
var tmp0_desc = this.o1s_1;
|
|
2465
2488
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
2466
|
-
tmp1_output.jo(tmp0_desc, 0, value.
|
|
2467
|
-
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2489
|
+
tmp1_output.jo(tmp0_desc, 0, value.q1s_1);
|
|
2490
|
+
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.r1s_1);
|
|
2468
2491
|
tmp1_output.vm(tmp0_desc);
|
|
2469
2492
|
};
|
|
2470
2493
|
protoOf($serializer_5).mj = function (encoder, value) {
|
|
2471
|
-
return this.
|
|
2494
|
+
return this.p1s(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
2472
2495
|
};
|
|
2473
2496
|
protoOf($serializer_5).nj = function (decoder) {
|
|
2474
|
-
var tmp0_desc = this.
|
|
2497
|
+
var tmp0_desc = this.o1s_1;
|
|
2475
2498
|
var tmp1_flag = true;
|
|
2476
2499
|
var tmp2_index = 0;
|
|
2477
2500
|
var tmp3_bitMask0 = 0;
|
|
@@ -2506,7 +2529,7 @@
|
|
|
2506
2529
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2507
2530
|
};
|
|
2508
2531
|
protoOf($serializer_5).lj = function () {
|
|
2509
|
-
return this.
|
|
2532
|
+
return this.o1s_1;
|
|
2510
2533
|
};
|
|
2511
2534
|
protoOf($serializer_5).bv = function () {
|
|
2512
2535
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2522,11 +2545,11 @@
|
|
|
2522
2545
|
}
|
|
2523
2546
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2524
2547
|
if (!(3 === (3 & seen0))) {
|
|
2525
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
2548
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().o1s_1);
|
|
2526
2549
|
}
|
|
2527
2550
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2528
|
-
$this.
|
|
2529
|
-
$this.
|
|
2551
|
+
$this.q1s_1 = playerId;
|
|
2552
|
+
$this.r1s_1 = tag;
|
|
2530
2553
|
return $this;
|
|
2531
2554
|
}
|
|
2532
2555
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2534,15 +2557,15 @@
|
|
|
2534
2557
|
}
|
|
2535
2558
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
2536
2559
|
TerminationGameReasonDto.call(this);
|
|
2537
|
-
this.
|
|
2538
|
-
this.
|
|
2560
|
+
this.q1s_1 = playerId;
|
|
2561
|
+
this.r1s_1 = tag;
|
|
2539
2562
|
}
|
|
2540
2563
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
2541
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
2564
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.q1s_1 + ', tag=' + this.r1s_1 + ')';
|
|
2542
2565
|
};
|
|
2543
2566
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
2544
|
-
var result = getStringHashCode(this.
|
|
2545
|
-
result = imul(result, 31) + (this.
|
|
2567
|
+
var result = getStringHashCode(this.q1s_1);
|
|
2568
|
+
result = imul(result, 31) + (this.r1s_1 == null ? 0 : getStringHashCode(this.r1s_1)) | 0;
|
|
2546
2569
|
return result;
|
|
2547
2570
|
};
|
|
2548
2571
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -2550,14 +2573,14 @@
|
|
|
2550
2573
|
return true;
|
|
2551
2574
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
2552
2575
|
return false;
|
|
2553
|
-
if (!(this.
|
|
2576
|
+
if (!(this.q1s_1 === other.q1s_1))
|
|
2554
2577
|
return false;
|
|
2555
|
-
if (!(this.
|
|
2578
|
+
if (!(this.r1s_1 == other.r1s_1))
|
|
2556
2579
|
return false;
|
|
2557
2580
|
return true;
|
|
2558
2581
|
};
|
|
2559
2582
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
2560
|
-
return $this.
|
|
2583
|
+
return $this.s1s_1.j2();
|
|
2561
2584
|
}
|
|
2562
2585
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
2563
2586
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -2572,7 +2595,7 @@
|
|
|
2572
2595
|
TerminationGameReasonDto.call(this);
|
|
2573
2596
|
var tmp = this;
|
|
2574
2597
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2575
|
-
tmp.
|
|
2598
|
+
tmp.s1s_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
2576
2599
|
}
|
|
2577
2600
|
protoOf(WaitingForConnectionReasonDto).n17 = function () {
|
|
2578
2601
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -2693,15 +2716,15 @@
|
|
|
2693
2716
|
}
|
|
2694
2717
|
function mapToDto_3(_this__u8e3s4) {
|
|
2695
2718
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2696
|
-
return new PlayerExitReasonDto(_this__u8e3s4.
|
|
2719
|
+
return new PlayerExitReasonDto(_this__u8e3s4.m1p_1);
|
|
2697
2720
|
}
|
|
2698
2721
|
function mapToDto_4(_this__u8e3s4) {
|
|
2699
2722
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2700
|
-
return new PlayerLostConnectionReasonDto(_this__u8e3s4.
|
|
2723
|
+
return new PlayerLostConnectionReasonDto(_this__u8e3s4.h1p_1, _this__u8e3s4.tag);
|
|
2701
2724
|
}
|
|
2702
2725
|
function mapToDto_5(_this__u8e3s4) {
|
|
2703
2726
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2704
|
-
return new PlayerTimeoutReasonDto(_this__u8e3s4.
|
|
2727
|
+
return new PlayerTimeoutReasonDto(_this__u8e3s4.l1p_1, _this__u8e3s4.tag);
|
|
2705
2728
|
}
|
|
2706
2729
|
function mapToDto_6(_this__u8e3s4) {
|
|
2707
2730
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -2723,15 +2746,15 @@
|
|
|
2723
2746
|
}
|
|
2724
2747
|
function mapFromDto_3(_this__u8e3s4) {
|
|
2725
2748
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2726
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
2749
|
+
return new PlayerExitReason(_this__u8e3s4.j1s_1);
|
|
2727
2750
|
}
|
|
2728
2751
|
function mapFromDto_4(_this__u8e3s4) {
|
|
2729
2752
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2730
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
2753
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.m1s_1, _this__u8e3s4.n1s_1);
|
|
2731
2754
|
}
|
|
2732
2755
|
function mapFromDto_5(_this__u8e3s4) {
|
|
2733
2756
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2734
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
2757
|
+
return new PlayerTimeoutReason(_this__u8e3s4.q1s_1, _this__u8e3s4.r1s_1);
|
|
2735
2758
|
}
|
|
2736
2759
|
function mapFromDto_6(_this__u8e3s4) {
|
|
2737
2760
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -2772,8 +2795,8 @@
|
|
|
2772
2795
|
}
|
|
2773
2796
|
}
|
|
2774
2797
|
function mapToDto_8(_this__u8e3s4) {
|
|
2775
|
-
var tmp0_playerId = _this__u8e3s4.
|
|
2776
|
-
var tmp1_uid = _this__u8e3s4.
|
|
2798
|
+
var tmp0_playerId = _this__u8e3s4.x1p_1;
|
|
2799
|
+
var tmp1_uid = _this__u8e3s4.x1p_1;
|
|
2777
2800
|
var tmp2_nickname = _this__u8e3s4.name;
|
|
2778
2801
|
var tmp3_name = _this__u8e3s4.name;
|
|
2779
2802
|
var tmp4_photo = _this__u8e3s4.avatarUrl;
|
|
@@ -2792,31 +2815,31 @@
|
|
|
2792
2815
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
2793
2816
|
}
|
|
2794
2817
|
function mapFromDto_8(_this__u8e3s4) {
|
|
2795
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
2796
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
2797
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
2798
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
2799
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
2800
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
2801
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
2802
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
2818
|
+
var tmp0_elvis_lhs = _this__u8e3s4.t1s_1;
|
|
2819
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.u1s_1) : tmp0_elvis_lhs;
|
|
2820
|
+
var tmp1_elvis_lhs = _this__u8e3s4.v1s_1;
|
|
2821
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.w1s_1) : tmp1_elvis_lhs;
|
|
2822
|
+
var tmp2_elvis_lhs = _this__u8e3s4.x1s_1;
|
|
2823
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.y1s_1 : tmp2_elvis_lhs;
|
|
2824
|
+
var tmp3_elvis_lhs = _this__u8e3s4.a1t_1;
|
|
2825
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.b1t_1, _this__u8e3s4.z1s_1);
|
|
2803
2826
|
}
|
|
2804
2827
|
function mapToDto_9(_this__u8e3s4) {
|
|
2805
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
2828
|
+
var tmp0_safe_receiver = _this__u8e3s4.j1q_1;
|
|
2806
2829
|
var tmp4_startFrom = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.toString();
|
|
2807
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
2830
|
+
var tmp1_safe_receiver = _this__u8e3s4.l1q_1;
|
|
2808
2831
|
var tmp5_waitPlayerUntilTime = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.toString();
|
|
2809
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
2832
|
+
var tmp2_safe_receiver = _this__u8e3s4.k1q_1;
|
|
2810
2833
|
var tmp6_playerTurnTimeout = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.toString();
|
|
2811
|
-
var tmp7_state = _this__u8e3s4.
|
|
2812
|
-
var tmp8_tag = _this__u8e3s4.
|
|
2813
|
-
var tmp9_ready = _this__u8e3s4.
|
|
2814
|
-
var tmp3_safe_receiver = _this__u8e3s4.
|
|
2834
|
+
var tmp7_state = _this__u8e3s4.m1q_1;
|
|
2835
|
+
var tmp8_tag = _this__u8e3s4.o1q_1;
|
|
2836
|
+
var tmp9_ready = _this__u8e3s4.n1q_1;
|
|
2837
|
+
var tmp3_safe_receiver = _this__u8e3s4.p1q_1;
|
|
2815
2838
|
var tmp10_connection = tmp3_safe_receiver == null ? null : mapToDto_10(tmp3_safe_receiver);
|
|
2816
2839
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
2817
2840
|
}
|
|
2818
2841
|
function mapFromDto_9(_this__u8e3s4) {
|
|
2819
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
2842
|
+
var tmp0_safe_receiver = _this__u8e3s4.c1t_1;
|
|
2820
2843
|
var tmp;
|
|
2821
2844
|
if (tmp0_safe_receiver == null) {
|
|
2822
2845
|
tmp = null;
|
|
@@ -2825,7 +2848,7 @@
|
|
|
2825
2848
|
tmp = Companion_getInstance_0().cg(tmp0_safe_receiver);
|
|
2826
2849
|
}
|
|
2827
2850
|
var tmp5_startFromTime = tmp;
|
|
2828
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
2851
|
+
var tmp1_safe_receiver = _this__u8e3s4.e1t_1;
|
|
2829
2852
|
var tmp_0;
|
|
2830
2853
|
if (tmp1_safe_receiver == null) {
|
|
2831
2854
|
tmp_0 = null;
|
|
@@ -2834,7 +2857,7 @@
|
|
|
2834
2857
|
tmp_0 = Companion_getInstance_0().cg(tmp1_safe_receiver);
|
|
2835
2858
|
}
|
|
2836
2859
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
2837
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
2860
|
+
var tmp2_safe_receiver = _this__u8e3s4.d1t_1;
|
|
2838
2861
|
var tmp_1;
|
|
2839
2862
|
if (tmp2_safe_receiver == null) {
|
|
2840
2863
|
tmp_1 = null;
|
|
@@ -2843,19 +2866,19 @@
|
|
|
2843
2866
|
tmp_1 = Companion_getInstance_0().cg(tmp2_safe_receiver);
|
|
2844
2867
|
}
|
|
2845
2868
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
2846
|
-
var tmp8_state = _this__u8e3s4.
|
|
2847
|
-
var tmp9_tag = _this__u8e3s4.
|
|
2848
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
2869
|
+
var tmp8_state = _this__u8e3s4.f1t_1;
|
|
2870
|
+
var tmp9_tag = _this__u8e3s4.h1t_1;
|
|
2871
|
+
var tmp3_elvis_lhs = _this__u8e3s4.g1t_1;
|
|
2849
2872
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
2850
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
2873
|
+
var tmp4_safe_receiver = _this__u8e3s4.i1t_1;
|
|
2851
2874
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_10(tmp4_safe_receiver);
|
|
2852
2875
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
2853
2876
|
}
|
|
2854
2877
|
function mapToDto_10(_this__u8e3s4) {
|
|
2855
|
-
return new PlayerConnectionDto(_this__u8e3s4.
|
|
2878
|
+
return new PlayerConnectionDto(_this__u8e3s4.r1q_1, toString(_this__u8e3s4.s1q_1), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.t1q_1));
|
|
2856
2879
|
}
|
|
2857
2880
|
function mapFromDto_10(_this__u8e3s4) {
|
|
2858
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
2881
|
+
return new PlayerConnection(_this__u8e3s4.j1t_1, Companion_getInstance_0().cg(_this__u8e3s4.k1t_1), Companion_getInstance().rf(_this__u8e3s4.l1t_1));
|
|
2859
2882
|
}
|
|
2860
2883
|
function Companion_15() {
|
|
2861
2884
|
}
|
|
@@ -2875,39 +2898,39 @@
|
|
|
2875
2898
|
tmp0_serialDesc.ku('rating', false);
|
|
2876
2899
|
tmp0_serialDesc.ku('is_bot', false);
|
|
2877
2900
|
tmp0_serialDesc.ku('lucky_factor', false);
|
|
2878
|
-
this.
|
|
2901
|
+
this.m1t_1 = tmp0_serialDesc;
|
|
2879
2902
|
}
|
|
2880
|
-
protoOf($serializer_6).
|
|
2881
|
-
var tmp0_desc = this.
|
|
2903
|
+
protoOf($serializer_6).n1t = function (encoder, value) {
|
|
2904
|
+
var tmp0_desc = this.m1t_1;
|
|
2882
2905
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
2883
|
-
if (tmp1_output.ro(tmp0_desc, 0) ? true : !(value.
|
|
2884
|
-
tmp1_output.no(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
2906
|
+
if (tmp1_output.ro(tmp0_desc, 0) ? true : !(value.t1s_1 == null)) {
|
|
2907
|
+
tmp1_output.no(tmp0_desc, 0, StringSerializer_getInstance(), value.t1s_1);
|
|
2885
2908
|
}
|
|
2886
|
-
if (tmp1_output.ro(tmp0_desc, 1) ? true : !(value.
|
|
2887
|
-
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2909
|
+
if (tmp1_output.ro(tmp0_desc, 1) ? true : !(value.u1s_1 == null)) {
|
|
2910
|
+
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.u1s_1);
|
|
2888
2911
|
}
|
|
2889
|
-
if (tmp1_output.ro(tmp0_desc, 2) ? true : !(value.
|
|
2890
|
-
tmp1_output.no(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
2912
|
+
if (tmp1_output.ro(tmp0_desc, 2) ? true : !(value.v1s_1 == null)) {
|
|
2913
|
+
tmp1_output.no(tmp0_desc, 2, StringSerializer_getInstance(), value.v1s_1);
|
|
2891
2914
|
}
|
|
2892
|
-
if (tmp1_output.ro(tmp0_desc, 3) ? true : !(value.
|
|
2893
|
-
tmp1_output.no(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
2915
|
+
if (tmp1_output.ro(tmp0_desc, 3) ? true : !(value.w1s_1 == null)) {
|
|
2916
|
+
tmp1_output.no(tmp0_desc, 3, StringSerializer_getInstance(), value.w1s_1);
|
|
2894
2917
|
}
|
|
2895
|
-
if (tmp1_output.ro(tmp0_desc, 4) ? true : !(value.
|
|
2896
|
-
tmp1_output.no(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
2918
|
+
if (tmp1_output.ro(tmp0_desc, 4) ? true : !(value.x1s_1 == null)) {
|
|
2919
|
+
tmp1_output.no(tmp0_desc, 4, StringSerializer_getInstance(), value.x1s_1);
|
|
2897
2920
|
}
|
|
2898
|
-
if (tmp1_output.ro(tmp0_desc, 5) ? true : !(value.
|
|
2899
|
-
tmp1_output.no(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
2921
|
+
if (tmp1_output.ro(tmp0_desc, 5) ? true : !(value.y1s_1 == null)) {
|
|
2922
|
+
tmp1_output.no(tmp0_desc, 5, StringSerializer_getInstance(), value.y1s_1);
|
|
2900
2923
|
}
|
|
2901
|
-
tmp1_output.no(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
2902
|
-
tmp1_output.no(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
2903
|
-
tmp1_output.no(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
2924
|
+
tmp1_output.no(tmp0_desc, 6, DoubleSerializer_getInstance(), value.z1s_1);
|
|
2925
|
+
tmp1_output.no(tmp0_desc, 7, BooleanSerializer_getInstance(), value.a1t_1);
|
|
2926
|
+
tmp1_output.no(tmp0_desc, 8, FloatSerializer_getInstance(), value.b1t_1);
|
|
2904
2927
|
tmp1_output.vm(tmp0_desc);
|
|
2905
2928
|
};
|
|
2906
2929
|
protoOf($serializer_6).mj = function (encoder, value) {
|
|
2907
|
-
return this.
|
|
2930
|
+
return this.n1t(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
2908
2931
|
};
|
|
2909
2932
|
protoOf($serializer_6).nj = function (decoder) {
|
|
2910
|
-
var tmp0_desc = this.
|
|
2933
|
+
var tmp0_desc = this.m1t_1;
|
|
2911
2934
|
var tmp1_flag = true;
|
|
2912
2935
|
var tmp2_index = 0;
|
|
2913
2936
|
var tmp3_bitMask0 = 0;
|
|
@@ -2991,7 +3014,7 @@
|
|
|
2991
3014
|
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);
|
|
2992
3015
|
};
|
|
2993
3016
|
protoOf($serializer_6).lj = function () {
|
|
2994
|
-
return this.
|
|
3017
|
+
return this.m1t_1;
|
|
2995
3018
|
};
|
|
2996
3019
|
protoOf($serializer_6).bv = function () {
|
|
2997
3020
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3007,35 +3030,35 @@
|
|
|
3007
3030
|
}
|
|
3008
3031
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3009
3032
|
if (!(448 === (448 & seen0))) {
|
|
3010
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().
|
|
3033
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().m1t_1);
|
|
3011
3034
|
}
|
|
3012
3035
|
if (0 === (seen0 & 1))
|
|
3013
|
-
$this.
|
|
3036
|
+
$this.t1s_1 = null;
|
|
3014
3037
|
else
|
|
3015
|
-
$this.
|
|
3038
|
+
$this.t1s_1 = playerId;
|
|
3016
3039
|
if (0 === (seen0 & 2))
|
|
3017
|
-
$this.
|
|
3040
|
+
$this.u1s_1 = null;
|
|
3018
3041
|
else
|
|
3019
|
-
$this.
|
|
3042
|
+
$this.u1s_1 = uid;
|
|
3020
3043
|
if (0 === (seen0 & 4))
|
|
3021
|
-
$this.
|
|
3044
|
+
$this.v1s_1 = null;
|
|
3022
3045
|
else
|
|
3023
|
-
$this.
|
|
3046
|
+
$this.v1s_1 = name;
|
|
3024
3047
|
if (0 === (seen0 & 8))
|
|
3025
|
-
$this.
|
|
3048
|
+
$this.w1s_1 = null;
|
|
3026
3049
|
else
|
|
3027
|
-
$this.
|
|
3050
|
+
$this.w1s_1 = nickname;
|
|
3028
3051
|
if (0 === (seen0 & 16))
|
|
3029
|
-
$this.
|
|
3052
|
+
$this.x1s_1 = null;
|
|
3030
3053
|
else
|
|
3031
|
-
$this.
|
|
3054
|
+
$this.x1s_1 = avatarUrl;
|
|
3032
3055
|
if (0 === (seen0 & 32))
|
|
3033
|
-
$this.
|
|
3056
|
+
$this.y1s_1 = null;
|
|
3034
3057
|
else
|
|
3035
|
-
$this.
|
|
3036
|
-
$this.
|
|
3037
|
-
$this.
|
|
3038
|
-
$this.
|
|
3058
|
+
$this.y1s_1 = photo;
|
|
3059
|
+
$this.z1s_1 = rating;
|
|
3060
|
+
$this.a1t_1 = isBot;
|
|
3061
|
+
$this.b1t_1 = initialLuckyFactor;
|
|
3039
3062
|
return $this;
|
|
3040
3063
|
}
|
|
3041
3064
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3048,47 +3071,47 @@
|
|
|
3048
3071
|
nickname = nickname === VOID ? null : nickname;
|
|
3049
3072
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3050
3073
|
photo = photo === VOID ? null : photo;
|
|
3051
|
-
this.
|
|
3052
|
-
this.
|
|
3053
|
-
this.
|
|
3054
|
-
this.
|
|
3055
|
-
this.
|
|
3056
|
-
this.
|
|
3057
|
-
this.
|
|
3058
|
-
this.
|
|
3059
|
-
this.
|
|
3060
|
-
}
|
|
3061
|
-
protoOf(GameUserInfoDto).
|
|
3062
|
-
return this.
|
|
3063
|
-
};
|
|
3064
|
-
protoOf(GameUserInfoDto).
|
|
3074
|
+
this.t1s_1 = playerId;
|
|
3075
|
+
this.u1s_1 = uid;
|
|
3076
|
+
this.v1s_1 = name;
|
|
3077
|
+
this.w1s_1 = nickname;
|
|
3078
|
+
this.x1s_1 = avatarUrl;
|
|
3079
|
+
this.y1s_1 = photo;
|
|
3080
|
+
this.z1s_1 = rating;
|
|
3081
|
+
this.a1t_1 = isBot;
|
|
3082
|
+
this.b1t_1 = initialLuckyFactor;
|
|
3083
|
+
}
|
|
3084
|
+
protoOf(GameUserInfoDto).o1t = function () {
|
|
3085
|
+
return this.p1t(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
3086
|
+
};
|
|
3087
|
+
protoOf(GameUserInfoDto).q1t = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
3065
3088
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3066
3089
|
};
|
|
3067
|
-
protoOf(GameUserInfoDto).
|
|
3068
|
-
playerId = playerId === VOID ? this.
|
|
3069
|
-
uid = uid === VOID ? this.
|
|
3070
|
-
name = name === VOID ? this.
|
|
3071
|
-
nickname = nickname === VOID ? this.
|
|
3072
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3073
|
-
photo = photo === VOID ? this.
|
|
3074
|
-
rating = rating === VOID ? this.
|
|
3075
|
-
isBot = isBot === VOID ? this.
|
|
3076
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3077
|
-
return $super === VOID ? this.
|
|
3090
|
+
protoOf(GameUserInfoDto).p1t = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3091
|
+
playerId = playerId === VOID ? this.t1s_1 : playerId;
|
|
3092
|
+
uid = uid === VOID ? this.u1s_1 : uid;
|
|
3093
|
+
name = name === VOID ? this.v1s_1 : name;
|
|
3094
|
+
nickname = nickname === VOID ? this.w1s_1 : nickname;
|
|
3095
|
+
avatarUrl = avatarUrl === VOID ? this.x1s_1 : avatarUrl;
|
|
3096
|
+
photo = photo === VOID ? this.y1s_1 : photo;
|
|
3097
|
+
rating = rating === VOID ? this.z1s_1 : rating;
|
|
3098
|
+
isBot = isBot === VOID ? this.a1t_1 : isBot;
|
|
3099
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.b1t_1 : initialLuckyFactor;
|
|
3100
|
+
return $super === VOID ? this.q1t(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.q1t.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3078
3101
|
};
|
|
3079
3102
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3080
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3103
|
+
return 'GameUserInfoDto(playerId=' + this.t1s_1 + ', uid=' + this.u1s_1 + ', name=' + this.v1s_1 + ', nickname=' + this.w1s_1 + ', avatarUrl=' + this.x1s_1 + ', photo=' + this.y1s_1 + ', rating=' + this.z1s_1 + ', isBot=' + this.a1t_1 + ', initialLuckyFactor=' + this.b1t_1 + ')';
|
|
3081
3104
|
};
|
|
3082
3105
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3083
|
-
var result = this.
|
|
3084
|
-
result = imul(result, 31) + (this.s1s_1 == null ? 0 : getStringHashCode(this.s1s_1)) | 0;
|
|
3085
|
-
result = imul(result, 31) + (this.t1s_1 == null ? 0 : getStringHashCode(this.t1s_1)) | 0;
|
|
3106
|
+
var result = this.t1s_1 == null ? 0 : getStringHashCode(this.t1s_1);
|
|
3086
3107
|
result = imul(result, 31) + (this.u1s_1 == null ? 0 : getStringHashCode(this.u1s_1)) | 0;
|
|
3087
3108
|
result = imul(result, 31) + (this.v1s_1 == null ? 0 : getStringHashCode(this.v1s_1)) | 0;
|
|
3088
3109
|
result = imul(result, 31) + (this.w1s_1 == null ? 0 : getStringHashCode(this.w1s_1)) | 0;
|
|
3089
|
-
result = imul(result, 31) + (this.x1s_1 == null ? 0 :
|
|
3090
|
-
result = imul(result, 31) + (this.y1s_1 == null ? 0 :
|
|
3110
|
+
result = imul(result, 31) + (this.x1s_1 == null ? 0 : getStringHashCode(this.x1s_1)) | 0;
|
|
3111
|
+
result = imul(result, 31) + (this.y1s_1 == null ? 0 : getStringHashCode(this.y1s_1)) | 0;
|
|
3091
3112
|
result = imul(result, 31) + (this.z1s_1 == null ? 0 : getNumberHashCode(this.z1s_1)) | 0;
|
|
3113
|
+
result = imul(result, 31) + (this.a1t_1 == null ? 0 : getBooleanHashCode(this.a1t_1)) | 0;
|
|
3114
|
+
result = imul(result, 31) + (this.b1t_1 == null ? 0 : getNumberHashCode(this.b1t_1)) | 0;
|
|
3092
3115
|
return result;
|
|
3093
3116
|
};
|
|
3094
3117
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3096,10 +3119,6 @@
|
|
|
3096
3119
|
return true;
|
|
3097
3120
|
if (!(other instanceof GameUserInfoDto))
|
|
3098
3121
|
return false;
|
|
3099
|
-
if (!(this.r1s_1 == other.r1s_1))
|
|
3100
|
-
return false;
|
|
3101
|
-
if (!(this.s1s_1 == other.s1s_1))
|
|
3102
|
-
return false;
|
|
3103
3122
|
if (!(this.t1s_1 == other.t1s_1))
|
|
3104
3123
|
return false;
|
|
3105
3124
|
if (!(this.u1s_1 == other.u1s_1))
|
|
@@ -3108,12 +3127,16 @@
|
|
|
3108
3127
|
return false;
|
|
3109
3128
|
if (!(this.w1s_1 == other.w1s_1))
|
|
3110
3129
|
return false;
|
|
3111
|
-
if (!
|
|
3130
|
+
if (!(this.x1s_1 == other.x1s_1))
|
|
3112
3131
|
return false;
|
|
3113
3132
|
if (!(this.y1s_1 == other.y1s_1))
|
|
3114
3133
|
return false;
|
|
3115
3134
|
if (!equals(this.z1s_1, other.z1s_1))
|
|
3116
3135
|
return false;
|
|
3136
|
+
if (!(this.a1t_1 == other.a1t_1))
|
|
3137
|
+
return false;
|
|
3138
|
+
if (!equals(this.b1t_1, other.b1t_1))
|
|
3139
|
+
return false;
|
|
3117
3140
|
return true;
|
|
3118
3141
|
};
|
|
3119
3142
|
function PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2() {
|
|
@@ -3126,7 +3149,7 @@
|
|
|
3126
3149
|
// Inline function 'kotlin.arrayOf' call
|
|
3127
3150
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3128
3151
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3129
|
-
tmp.
|
|
3152
|
+
tmp.r1t_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
3130
3153
|
}
|
|
3131
3154
|
var Companion_instance_16;
|
|
3132
3155
|
function Companion_getInstance_19() {
|
|
@@ -3140,22 +3163,22 @@
|
|
|
3140
3163
|
tmp0_serialDesc.ku('state', false);
|
|
3141
3164
|
tmp0_serialDesc.ku('connectionChangedTime', false);
|
|
3142
3165
|
tmp0_serialDesc.ku('notLiveDurationRecord', false);
|
|
3143
|
-
this.
|
|
3166
|
+
this.s1t_1 = tmp0_serialDesc;
|
|
3144
3167
|
}
|
|
3145
|
-
protoOf($serializer_7).
|
|
3146
|
-
var tmp0_desc = this.
|
|
3168
|
+
protoOf($serializer_7).t1t = function (encoder, value) {
|
|
3169
|
+
var tmp0_desc = this.s1t_1;
|
|
3147
3170
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
3148
|
-
var tmp2_cached = Companion_getInstance_19().
|
|
3149
|
-
tmp1_output.lo(tmp0_desc, 0, tmp2_cached[0].j2(), value.
|
|
3150
|
-
tmp1_output.jo(tmp0_desc, 1, value.
|
|
3151
|
-
tmp1_output.jo(tmp0_desc, 2, value.
|
|
3171
|
+
var tmp2_cached = Companion_getInstance_19().r1t_1;
|
|
3172
|
+
tmp1_output.lo(tmp0_desc, 0, tmp2_cached[0].j2(), value.j1t_1);
|
|
3173
|
+
tmp1_output.jo(tmp0_desc, 1, value.k1t_1);
|
|
3174
|
+
tmp1_output.jo(tmp0_desc, 2, value.l1t_1);
|
|
3152
3175
|
tmp1_output.vm(tmp0_desc);
|
|
3153
3176
|
};
|
|
3154
3177
|
protoOf($serializer_7).mj = function (encoder, value) {
|
|
3155
|
-
return this.
|
|
3178
|
+
return this.t1t(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3156
3179
|
};
|
|
3157
3180
|
protoOf($serializer_7).nj = function (decoder) {
|
|
3158
|
-
var tmp0_desc = this.
|
|
3181
|
+
var tmp0_desc = this.s1t_1;
|
|
3159
3182
|
var tmp1_flag = true;
|
|
3160
3183
|
var tmp2_index = 0;
|
|
3161
3184
|
var tmp3_bitMask0 = 0;
|
|
@@ -3163,7 +3186,7 @@
|
|
|
3163
3186
|
var tmp5_local1 = null;
|
|
3164
3187
|
var tmp6_local2 = null;
|
|
3165
3188
|
var tmp7_input = decoder.um(tmp0_desc);
|
|
3166
|
-
var tmp8_cached = Companion_getInstance_19().
|
|
3189
|
+
var tmp8_cached = Companion_getInstance_19().r1t_1;
|
|
3167
3190
|
if (tmp7_input.kn()) {
|
|
3168
3191
|
tmp4_local0 = tmp7_input.gn(tmp0_desc, 0, tmp8_cached[0].j2(), tmp4_local0);
|
|
3169
3192
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3198,13 +3221,13 @@
|
|
|
3198
3221
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3199
3222
|
};
|
|
3200
3223
|
protoOf($serializer_7).lj = function () {
|
|
3201
|
-
return this.
|
|
3224
|
+
return this.s1t_1;
|
|
3202
3225
|
};
|
|
3203
3226
|
protoOf($serializer_7).bv = function () {
|
|
3204
3227
|
// Inline function 'kotlin.arrayOf' call
|
|
3205
3228
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3206
3229
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3207
|
-
return [Companion_getInstance_19().
|
|
3230
|
+
return [Companion_getInstance_19().r1t_1[0].j2(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3208
3231
|
};
|
|
3209
3232
|
var $serializer_instance_7;
|
|
3210
3233
|
function $serializer_getInstance_7() {
|
|
@@ -3214,11 +3237,11 @@
|
|
|
3214
3237
|
}
|
|
3215
3238
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3216
3239
|
if (!(7 === (7 & seen0))) {
|
|
3217
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().
|
|
3240
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().s1t_1);
|
|
3218
3241
|
}
|
|
3219
|
-
$this.
|
|
3220
|
-
$this.
|
|
3221
|
-
$this.
|
|
3242
|
+
$this.j1t_1 = state;
|
|
3243
|
+
$this.k1t_1 = connectionChangedTime;
|
|
3244
|
+
$this.l1t_1 = notLiveDurationRecord;
|
|
3222
3245
|
return $this;
|
|
3223
3246
|
}
|
|
3224
3247
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3226,17 +3249,17 @@
|
|
|
3226
3249
|
}
|
|
3227
3250
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3228
3251
|
Companion_getInstance_19();
|
|
3229
|
-
this.
|
|
3230
|
-
this.
|
|
3231
|
-
this.
|
|
3252
|
+
this.j1t_1 = state;
|
|
3253
|
+
this.k1t_1 = connectionChangedTime;
|
|
3254
|
+
this.l1t_1 = notLiveDurationRecord;
|
|
3232
3255
|
}
|
|
3233
3256
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3234
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3257
|
+
return 'PlayerConnectionDto(state=' + this.j1t_1.toString() + ', connectionChangedTime=' + this.k1t_1 + ', notLiveDurationRecord=' + this.l1t_1 + ')';
|
|
3235
3258
|
};
|
|
3236
3259
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3237
|
-
var result = this.
|
|
3238
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
3239
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
3260
|
+
var result = this.j1t_1.hashCode();
|
|
3261
|
+
result = imul(result, 31) + getStringHashCode(this.k1t_1) | 0;
|
|
3262
|
+
result = imul(result, 31) + getStringHashCode(this.l1t_1) | 0;
|
|
3240
3263
|
return result;
|
|
3241
3264
|
};
|
|
3242
3265
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3244,11 +3267,11 @@
|
|
|
3244
3267
|
return true;
|
|
3245
3268
|
if (!(other instanceof PlayerConnectionDto))
|
|
3246
3269
|
return false;
|
|
3247
|
-
if (!this.
|
|
3270
|
+
if (!this.j1t_1.equals(other.j1t_1))
|
|
3248
3271
|
return false;
|
|
3249
|
-
if (!(this.
|
|
3272
|
+
if (!(this.k1t_1 === other.k1t_1))
|
|
3250
3273
|
return false;
|
|
3251
|
-
if (!(this.
|
|
3274
|
+
if (!(this.l1t_1 === other.l1t_1))
|
|
3252
3275
|
return false;
|
|
3253
3276
|
return true;
|
|
3254
3277
|
};
|
|
@@ -3262,7 +3285,7 @@
|
|
|
3262
3285
|
// Inline function 'kotlin.arrayOf' call
|
|
3263
3286
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3264
3287
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3265
|
-
tmp.
|
|
3288
|
+
tmp.u1t_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3266
3289
|
}
|
|
3267
3290
|
var Companion_instance_17;
|
|
3268
3291
|
function Companion_getInstance_20() {
|
|
@@ -3280,38 +3303,38 @@
|
|
|
3280
3303
|
tmp0_serialDesc.ku('ready', true);
|
|
3281
3304
|
tmp0_serialDesc.ku('tag', true);
|
|
3282
3305
|
tmp0_serialDesc.ku('connection', true);
|
|
3283
|
-
this.
|
|
3306
|
+
this.v1t_1 = tmp0_serialDesc;
|
|
3284
3307
|
}
|
|
3285
|
-
protoOf($serializer_8).
|
|
3286
|
-
var tmp0_desc = this.
|
|
3308
|
+
protoOf($serializer_8).w1t = function (encoder, value) {
|
|
3309
|
+
var tmp0_desc = this.v1t_1;
|
|
3287
3310
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
3288
|
-
var tmp2_cached = Companion_getInstance_20().
|
|
3289
|
-
if (tmp1_output.ro(tmp0_desc, 0) ? true : !(value.
|
|
3290
|
-
tmp1_output.no(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3311
|
+
var tmp2_cached = Companion_getInstance_20().u1t_1;
|
|
3312
|
+
if (tmp1_output.ro(tmp0_desc, 0) ? true : !(value.c1t_1 == null)) {
|
|
3313
|
+
tmp1_output.no(tmp0_desc, 0, StringSerializer_getInstance(), value.c1t_1);
|
|
3291
3314
|
}
|
|
3292
|
-
if (tmp1_output.ro(tmp0_desc, 1) ? true : !(value.
|
|
3293
|
-
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3315
|
+
if (tmp1_output.ro(tmp0_desc, 1) ? true : !(value.d1t_1 == null)) {
|
|
3316
|
+
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.d1t_1);
|
|
3294
3317
|
}
|
|
3295
|
-
if (tmp1_output.ro(tmp0_desc, 2) ? true : !(value.
|
|
3296
|
-
tmp1_output.no(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3318
|
+
if (tmp1_output.ro(tmp0_desc, 2) ? true : !(value.e1t_1 == null)) {
|
|
3319
|
+
tmp1_output.no(tmp0_desc, 2, StringSerializer_getInstance(), value.e1t_1);
|
|
3297
3320
|
}
|
|
3298
|
-
tmp1_output.lo(tmp0_desc, 3, tmp2_cached[3].j2(), value.
|
|
3299
|
-
if (tmp1_output.ro(tmp0_desc, 4) ? true : !(value.
|
|
3300
|
-
tmp1_output.no(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3321
|
+
tmp1_output.lo(tmp0_desc, 3, tmp2_cached[3].j2(), value.f1t_1);
|
|
3322
|
+
if (tmp1_output.ro(tmp0_desc, 4) ? true : !(value.g1t_1 == null)) {
|
|
3323
|
+
tmp1_output.no(tmp0_desc, 4, BooleanSerializer_getInstance(), value.g1t_1);
|
|
3301
3324
|
}
|
|
3302
|
-
if (tmp1_output.ro(tmp0_desc, 5) ? true : !(value.
|
|
3303
|
-
tmp1_output.no(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3325
|
+
if (tmp1_output.ro(tmp0_desc, 5) ? true : !(value.h1t_1 == null)) {
|
|
3326
|
+
tmp1_output.no(tmp0_desc, 5, StringSerializer_getInstance(), value.h1t_1);
|
|
3304
3327
|
}
|
|
3305
|
-
if (tmp1_output.ro(tmp0_desc, 6) ? true : !(value.
|
|
3306
|
-
tmp1_output.no(tmp0_desc, 6, $serializer_getInstance_7(), value.
|
|
3328
|
+
if (tmp1_output.ro(tmp0_desc, 6) ? true : !(value.i1t_1 == null)) {
|
|
3329
|
+
tmp1_output.no(tmp0_desc, 6, $serializer_getInstance_7(), value.i1t_1);
|
|
3307
3330
|
}
|
|
3308
3331
|
tmp1_output.vm(tmp0_desc);
|
|
3309
3332
|
};
|
|
3310
3333
|
protoOf($serializer_8).mj = function (encoder, value) {
|
|
3311
|
-
return this.
|
|
3334
|
+
return this.w1t(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3312
3335
|
};
|
|
3313
3336
|
protoOf($serializer_8).nj = function (decoder) {
|
|
3314
|
-
var tmp0_desc = this.
|
|
3337
|
+
var tmp0_desc = this.v1t_1;
|
|
3315
3338
|
var tmp1_flag = true;
|
|
3316
3339
|
var tmp2_index = 0;
|
|
3317
3340
|
var tmp3_bitMask0 = 0;
|
|
@@ -3323,7 +3346,7 @@
|
|
|
3323
3346
|
var tmp9_local5 = null;
|
|
3324
3347
|
var tmp10_local6 = null;
|
|
3325
3348
|
var tmp11_input = decoder.um(tmp0_desc);
|
|
3326
|
-
var tmp12_cached = Companion_getInstance_20().
|
|
3349
|
+
var tmp12_cached = Companion_getInstance_20().u1t_1;
|
|
3327
3350
|
if (tmp11_input.kn()) {
|
|
3328
3351
|
tmp4_local0 = tmp11_input.in(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3329
3352
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3382,10 +3405,10 @@
|
|
|
3382
3405
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
3383
3406
|
};
|
|
3384
3407
|
protoOf($serializer_8).lj = function () {
|
|
3385
|
-
return this.
|
|
3408
|
+
return this.v1t_1;
|
|
3386
3409
|
};
|
|
3387
3410
|
protoOf($serializer_8).bv = function () {
|
|
3388
|
-
var tmp0_cached = Companion_getInstance_20().
|
|
3411
|
+
var tmp0_cached = Companion_getInstance_20().u1t_1;
|
|
3389
3412
|
// Inline function 'kotlin.arrayOf' call
|
|
3390
3413
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3391
3414
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3399,33 +3422,33 @@
|
|
|
3399
3422
|
}
|
|
3400
3423
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
3401
3424
|
if (!(8 === (8 & seen0))) {
|
|
3402
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().
|
|
3425
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().v1t_1);
|
|
3403
3426
|
}
|
|
3404
3427
|
if (0 === (seen0 & 1))
|
|
3405
|
-
$this.
|
|
3428
|
+
$this.c1t_1 = null;
|
|
3406
3429
|
else
|
|
3407
|
-
$this.
|
|
3430
|
+
$this.c1t_1 = startFrom;
|
|
3408
3431
|
if (0 === (seen0 & 2))
|
|
3409
|
-
$this.
|
|
3432
|
+
$this.d1t_1 = null;
|
|
3410
3433
|
else
|
|
3411
|
-
$this.
|
|
3434
|
+
$this.d1t_1 = playerTurnTimeout;
|
|
3412
3435
|
if (0 === (seen0 & 4))
|
|
3413
|
-
$this.
|
|
3436
|
+
$this.e1t_1 = null;
|
|
3414
3437
|
else
|
|
3415
|
-
$this.
|
|
3416
|
-
$this.
|
|
3438
|
+
$this.e1t_1 = waitPlayerUntilTime;
|
|
3439
|
+
$this.f1t_1 = state;
|
|
3417
3440
|
if (0 === (seen0 & 16))
|
|
3418
|
-
$this.
|
|
3441
|
+
$this.g1t_1 = null;
|
|
3419
3442
|
else
|
|
3420
|
-
$this.
|
|
3443
|
+
$this.g1t_1 = ready;
|
|
3421
3444
|
if (0 === (seen0 & 32))
|
|
3422
|
-
$this.
|
|
3445
|
+
$this.h1t_1 = null;
|
|
3423
3446
|
else
|
|
3424
|
-
$this.
|
|
3447
|
+
$this.h1t_1 = tag;
|
|
3425
3448
|
if (0 === (seen0 & 64))
|
|
3426
|
-
$this.
|
|
3449
|
+
$this.i1t_1 = null;
|
|
3427
3450
|
else
|
|
3428
|
-
$this.
|
|
3451
|
+
$this.i1t_1 = connection;
|
|
3429
3452
|
return $this;
|
|
3430
3453
|
}
|
|
3431
3454
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -3439,25 +3462,25 @@
|
|
|
3439
3462
|
ready = ready === VOID ? null : ready;
|
|
3440
3463
|
tag = tag === VOID ? null : tag;
|
|
3441
3464
|
connection = connection === VOID ? null : connection;
|
|
3442
|
-
this.
|
|
3443
|
-
this.
|
|
3444
|
-
this.
|
|
3445
|
-
this.
|
|
3446
|
-
this.
|
|
3447
|
-
this.
|
|
3448
|
-
this.
|
|
3465
|
+
this.c1t_1 = startFrom;
|
|
3466
|
+
this.d1t_1 = playerTurnTimeout;
|
|
3467
|
+
this.e1t_1 = waitPlayerUntilTime;
|
|
3468
|
+
this.f1t_1 = state;
|
|
3469
|
+
this.g1t_1 = ready;
|
|
3470
|
+
this.h1t_1 = tag;
|
|
3471
|
+
this.i1t_1 = connection;
|
|
3449
3472
|
}
|
|
3450
3473
|
protoOf(PlayerStateDto).toString = function () {
|
|
3451
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
3474
|
+
return 'PlayerStateDto(startFrom=' + this.c1t_1 + ', playerTurnTimeout=' + this.d1t_1 + ', waitPlayerUntilTime=' + this.e1t_1 + ', state=' + this.f1t_1.toString() + ', ready=' + this.g1t_1 + ', tag=' + this.h1t_1 + ', connection=' + toString(this.i1t_1) + ')';
|
|
3452
3475
|
};
|
|
3453
3476
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
3454
|
-
var result = this.
|
|
3455
|
-
result = imul(result, 31) + (this.
|
|
3456
|
-
result = imul(result, 31) + (this.
|
|
3457
|
-
result = imul(result, 31) + this.
|
|
3458
|
-
result = imul(result, 31) + (this.
|
|
3459
|
-
result = imul(result, 31) + (this.
|
|
3460
|
-
result = imul(result, 31) + (this.
|
|
3477
|
+
var result = this.c1t_1 == null ? 0 : getStringHashCode(this.c1t_1);
|
|
3478
|
+
result = imul(result, 31) + (this.d1t_1 == null ? 0 : getStringHashCode(this.d1t_1)) | 0;
|
|
3479
|
+
result = imul(result, 31) + (this.e1t_1 == null ? 0 : getStringHashCode(this.e1t_1)) | 0;
|
|
3480
|
+
result = imul(result, 31) + this.f1t_1.hashCode() | 0;
|
|
3481
|
+
result = imul(result, 31) + (this.g1t_1 == null ? 0 : getBooleanHashCode(this.g1t_1)) | 0;
|
|
3482
|
+
result = imul(result, 31) + (this.h1t_1 == null ? 0 : getStringHashCode(this.h1t_1)) | 0;
|
|
3483
|
+
result = imul(result, 31) + (this.i1t_1 == null ? 0 : this.i1t_1.hashCode()) | 0;
|
|
3461
3484
|
return result;
|
|
3462
3485
|
};
|
|
3463
3486
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -3465,19 +3488,19 @@
|
|
|
3465
3488
|
return true;
|
|
3466
3489
|
if (!(other instanceof PlayerStateDto))
|
|
3467
3490
|
return false;
|
|
3468
|
-
if (!(this.a1t_1 == other.a1t_1))
|
|
3469
|
-
return false;
|
|
3470
|
-
if (!(this.b1t_1 == other.b1t_1))
|
|
3471
|
-
return false;
|
|
3472
3491
|
if (!(this.c1t_1 == other.c1t_1))
|
|
3473
3492
|
return false;
|
|
3474
|
-
if (!this.d1t_1
|
|
3493
|
+
if (!(this.d1t_1 == other.d1t_1))
|
|
3475
3494
|
return false;
|
|
3476
3495
|
if (!(this.e1t_1 == other.e1t_1))
|
|
3477
3496
|
return false;
|
|
3478
|
-
if (!
|
|
3497
|
+
if (!this.f1t_1.equals(other.f1t_1))
|
|
3479
3498
|
return false;
|
|
3480
|
-
if (!
|
|
3499
|
+
if (!(this.g1t_1 == other.g1t_1))
|
|
3500
|
+
return false;
|
|
3501
|
+
if (!(this.h1t_1 == other.h1t_1))
|
|
3502
|
+
return false;
|
|
3503
|
+
if (!equals(this.i1t_1, other.i1t_1))
|
|
3481
3504
|
return false;
|
|
3482
3505
|
return true;
|
|
3483
3506
|
};
|
|
@@ -3501,7 +3524,7 @@
|
|
|
3501
3524
|
// Inline function 'kotlin.arrayOf' call
|
|
3502
3525
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3503
3526
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3504
|
-
tmp.
|
|
3527
|
+
tmp.x1t_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];
|
|
3505
3528
|
}
|
|
3506
3529
|
var Companion_instance_18;
|
|
3507
3530
|
function Companion_getInstance_21() {
|
|
@@ -3538,45 +3561,45 @@
|
|
|
3538
3561
|
tmp0_serialDesc.ku('fineIfNoBribes', false);
|
|
3539
3562
|
tmp0_serialDesc.ku('enableFineAfterThirdByte', false);
|
|
3540
3563
|
tmp0_serialDesc.ku('fineAfterThirdFailedContract', false);
|
|
3541
|
-
this.
|
|
3564
|
+
this.y1t_1 = tmp0_serialDesc;
|
|
3542
3565
|
}
|
|
3543
|
-
protoOf($serializer_9).
|
|
3544
|
-
var tmp0_desc = this.
|
|
3566
|
+
protoOf($serializer_9).z1t = function (encoder, value) {
|
|
3567
|
+
var tmp0_desc = this.y1t_1;
|
|
3545
3568
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
3546
|
-
var tmp2_cached = Companion_getInstance_21().
|
|
3547
|
-
tmp1_output.no(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3548
|
-
tmp1_output.no(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
3549
|
-
tmp1_output.no(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
3550
|
-
tmp1_output.no(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
3551
|
-
tmp1_output.no(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3552
|
-
tmp1_output.no(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
3553
|
-
tmp1_output.no(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
3554
|
-
tmp1_output.no(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3555
|
-
tmp1_output.no(tmp0_desc, 8, tmp2_cached[8].j2(), value.
|
|
3556
|
-
tmp1_output.no(tmp0_desc, 9, tmp2_cached[9].j2(), value.
|
|
3557
|
-
tmp1_output.no(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
3558
|
-
tmp1_output.no(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
3559
|
-
tmp1_output.no(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
3560
|
-
tmp1_output.no(tmp0_desc, 13, tmp2_cached[13].j2(), value.
|
|
3561
|
-
tmp1_output.no(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
3562
|
-
tmp1_output.no(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
3563
|
-
tmp1_output.no(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
3564
|
-
tmp1_output.no(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
3565
|
-
tmp1_output.no(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
3566
|
-
tmp1_output.no(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
3567
|
-
tmp1_output.no(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
3568
|
-
tmp1_output.jo(tmp0_desc, 21, value.
|
|
3569
|
-
tmp1_output.no(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
3570
|
-
tmp1_output.no(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
3571
|
-
tmp1_output.no(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
3572
|
-
tmp1_output.no(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
3569
|
+
var tmp2_cached = Companion_getInstance_21().x1t_1;
|
|
3570
|
+
tmp1_output.no(tmp0_desc, 0, StringSerializer_getInstance(), value.a1u_1);
|
|
3571
|
+
tmp1_output.no(tmp0_desc, 1, BooleanSerializer_getInstance(), value.b1u_1);
|
|
3572
|
+
tmp1_output.no(tmp0_desc, 2, BooleanSerializer_getInstance(), value.c1u_1);
|
|
3573
|
+
tmp1_output.no(tmp0_desc, 3, BooleanSerializer_getInstance(), value.d1u_1);
|
|
3574
|
+
tmp1_output.no(tmp0_desc, 4, BooleanSerializer_getInstance(), value.e1u_1);
|
|
3575
|
+
tmp1_output.no(tmp0_desc, 5, IntSerializer_getInstance(), value.f1u_1);
|
|
3576
|
+
tmp1_output.no(tmp0_desc, 6, IntSerializer_getInstance(), value.g1u_1);
|
|
3577
|
+
tmp1_output.no(tmp0_desc, 7, BooleanSerializer_getInstance(), value.h1u_1);
|
|
3578
|
+
tmp1_output.no(tmp0_desc, 8, tmp2_cached[8].j2(), value.i1u_1);
|
|
3579
|
+
tmp1_output.no(tmp0_desc, 9, tmp2_cached[9].j2(), value.j1u_1);
|
|
3580
|
+
tmp1_output.no(tmp0_desc, 10, BooleanSerializer_getInstance(), value.k1u_1);
|
|
3581
|
+
tmp1_output.no(tmp0_desc, 11, StringSerializer_getInstance(), value.l1u_1);
|
|
3582
|
+
tmp1_output.no(tmp0_desc, 12, StringSerializer_getInstance(), value.m1u_1);
|
|
3583
|
+
tmp1_output.no(tmp0_desc, 13, tmp2_cached[13].j2(), value.n1u_1);
|
|
3584
|
+
tmp1_output.no(tmp0_desc, 14, BooleanSerializer_getInstance(), value.o1u_1);
|
|
3585
|
+
tmp1_output.no(tmp0_desc, 15, BooleanSerializer_getInstance(), value.p1u_1);
|
|
3586
|
+
tmp1_output.no(tmp0_desc, 16, BooleanSerializer_getInstance(), value.q1u_1);
|
|
3587
|
+
tmp1_output.no(tmp0_desc, 17, BooleanSerializer_getInstance(), value.r1u_1);
|
|
3588
|
+
tmp1_output.no(tmp0_desc, 18, BooleanSerializer_getInstance(), value.s1u_1);
|
|
3589
|
+
tmp1_output.no(tmp0_desc, 19, BooleanSerializer_getInstance(), value.t1u_1);
|
|
3590
|
+
tmp1_output.no(tmp0_desc, 20, BooleanSerializer_getInstance(), value.u1u_1);
|
|
3591
|
+
tmp1_output.jo(tmp0_desc, 21, value.v1u_1);
|
|
3592
|
+
tmp1_output.no(tmp0_desc, 22, BooleanSerializer_getInstance(), value.w1u_1);
|
|
3593
|
+
tmp1_output.no(tmp0_desc, 23, IntSerializer_getInstance(), value.x1u_1);
|
|
3594
|
+
tmp1_output.no(tmp0_desc, 24, BooleanSerializer_getInstance(), value.y1u_1);
|
|
3595
|
+
tmp1_output.no(tmp0_desc, 25, IntSerializer_getInstance(), value.z1u_1);
|
|
3573
3596
|
tmp1_output.vm(tmp0_desc);
|
|
3574
3597
|
};
|
|
3575
3598
|
protoOf($serializer_9).mj = function (encoder, value) {
|
|
3576
|
-
return this.
|
|
3599
|
+
return this.z1t(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
3577
3600
|
};
|
|
3578
3601
|
protoOf($serializer_9).nj = function (decoder) {
|
|
3579
|
-
var tmp0_desc = this.
|
|
3602
|
+
var tmp0_desc = this.y1t_1;
|
|
3580
3603
|
var tmp1_flag = true;
|
|
3581
3604
|
var tmp2_index = 0;
|
|
3582
3605
|
var tmp3_bitMask0 = 0;
|
|
@@ -3607,7 +3630,7 @@
|
|
|
3607
3630
|
var tmp28_local24 = null;
|
|
3608
3631
|
var tmp29_local25 = null;
|
|
3609
3632
|
var tmp30_input = decoder.um(tmp0_desc);
|
|
3610
|
-
var tmp31_cached = Companion_getInstance_21().
|
|
3633
|
+
var tmp31_cached = Companion_getInstance_21().x1t_1;
|
|
3611
3634
|
if (tmp30_input.kn()) {
|
|
3612
3635
|
tmp4_local0 = tmp30_input.in(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3613
3636
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3780,10 +3803,10 @@
|
|
|
3780
3803
|
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);
|
|
3781
3804
|
};
|
|
3782
3805
|
protoOf($serializer_9).lj = function () {
|
|
3783
|
-
return this.
|
|
3806
|
+
return this.y1t_1;
|
|
3784
3807
|
};
|
|
3785
3808
|
protoOf($serializer_9).bv = function () {
|
|
3786
|
-
var tmp0_cached = Companion_getInstance_21().
|
|
3809
|
+
var tmp0_cached = Companion_getInstance_21().x1t_1;
|
|
3787
3810
|
// Inline function 'kotlin.arrayOf' call
|
|
3788
3811
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3789
3812
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3797,34 +3820,34 @@
|
|
|
3797
3820
|
}
|
|
3798
3821
|
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) {
|
|
3799
3822
|
if (!(67108863 === (67108863 & seen0))) {
|
|
3800
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().
|
|
3823
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().y1t_1);
|
|
3801
3824
|
}
|
|
3802
|
-
$this.
|
|
3803
|
-
$this.
|
|
3804
|
-
$this.
|
|
3805
|
-
$this.
|
|
3806
|
-
$this.
|
|
3807
|
-
$this.
|
|
3808
|
-
$this.
|
|
3809
|
-
$this.
|
|
3810
|
-
$this.
|
|
3811
|
-
$this.
|
|
3812
|
-
$this.
|
|
3813
|
-
$this.
|
|
3814
|
-
$this.
|
|
3815
|
-
$this.
|
|
3816
|
-
$this.
|
|
3817
|
-
$this.
|
|
3818
|
-
$this.
|
|
3819
|
-
$this.
|
|
3820
|
-
$this.
|
|
3821
|
-
$this.
|
|
3822
|
-
$this.
|
|
3823
|
-
$this.
|
|
3824
|
-
$this.
|
|
3825
|
-
$this.
|
|
3826
|
-
$this.
|
|
3827
|
-
$this.
|
|
3825
|
+
$this.a1u_1 = name;
|
|
3826
|
+
$this.b1u_1 = playerWhoChooseSuitGoFirst;
|
|
3827
|
+
$this.c1u_1 = winnerShuffleCards;
|
|
3828
|
+
$this.d1u_1 = playWithoutLiabilities;
|
|
3829
|
+
$this.e1u_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
3830
|
+
$this.f1u_1 = dealerInitialCardsCount;
|
|
3831
|
+
$this.g1u_1 = dealerFinalCardsCount;
|
|
3832
|
+
$this.h1u_1 = dealerCounterClockwise;
|
|
3833
|
+
$this.i1u_1 = contractTypes;
|
|
3834
|
+
$this.j1u_1 = bidTypes;
|
|
3835
|
+
$this.k1u_1 = needToPutHigherTrump;
|
|
3836
|
+
$this.l1u_1 = trumpCardStepMode;
|
|
3837
|
+
$this.m1u_1 = trumpCardStepPartnerMode;
|
|
3838
|
+
$this.n1u_1 = combinationsWithFirstCard;
|
|
3839
|
+
$this.o1u_1 = protectBella;
|
|
3840
|
+
$this.p1u_1 = oneTryToProtectBella;
|
|
3841
|
+
$this.q1u_1 = enableFourSevensCombination;
|
|
3842
|
+
$this.r1u_1 = enableTrumpSevenCombination;
|
|
3843
|
+
$this.s1u_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
3844
|
+
$this.t1u_1 = checkTrumpCombination;
|
|
3845
|
+
$this.u1u_1 = checkOnlyTrumpDebertz;
|
|
3846
|
+
$this.v1u_1 = pointsDistributeMode;
|
|
3847
|
+
$this.w1u_1 = enableFineIfNoBribes;
|
|
3848
|
+
$this.x1u_1 = fineIfNoBribes;
|
|
3849
|
+
$this.y1u_1 = enableFineAfterThirdByte;
|
|
3850
|
+
$this.z1u_1 = fineAfterThirdFailedContract;
|
|
3828
3851
|
return $this;
|
|
3829
3852
|
}
|
|
3830
3853
|
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) {
|
|
@@ -3832,63 +3855,63 @@
|
|
|
3832
3855
|
}
|
|
3833
3856
|
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) {
|
|
3834
3857
|
Companion_getInstance_21();
|
|
3835
|
-
this.
|
|
3836
|
-
this.
|
|
3837
|
-
this.
|
|
3838
|
-
this.
|
|
3839
|
-
this.
|
|
3840
|
-
this.
|
|
3841
|
-
this.
|
|
3842
|
-
this.
|
|
3843
|
-
this.
|
|
3844
|
-
this.
|
|
3845
|
-
this.
|
|
3846
|
-
this.
|
|
3847
|
-
this.
|
|
3848
|
-
this.
|
|
3849
|
-
this.
|
|
3850
|
-
this.
|
|
3851
|
-
this.
|
|
3852
|
-
this.
|
|
3853
|
-
this.
|
|
3854
|
-
this.
|
|
3855
|
-
this.
|
|
3856
|
-
this.
|
|
3857
|
-
this.
|
|
3858
|
-
this.
|
|
3859
|
-
this.
|
|
3860
|
-
this.
|
|
3858
|
+
this.a1u_1 = name;
|
|
3859
|
+
this.b1u_1 = playerWhoChooseSuitGoFirst;
|
|
3860
|
+
this.c1u_1 = winnerShuffleCards;
|
|
3861
|
+
this.d1u_1 = playWithoutLiabilities;
|
|
3862
|
+
this.e1u_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
3863
|
+
this.f1u_1 = dealerInitialCardsCount;
|
|
3864
|
+
this.g1u_1 = dealerFinalCardsCount;
|
|
3865
|
+
this.h1u_1 = dealerCounterClockwise;
|
|
3866
|
+
this.i1u_1 = contractTypes;
|
|
3867
|
+
this.j1u_1 = bidTypes;
|
|
3868
|
+
this.k1u_1 = needToPutHigherTrump;
|
|
3869
|
+
this.l1u_1 = trumpCardStepMode;
|
|
3870
|
+
this.m1u_1 = trumpCardStepPartnerMode;
|
|
3871
|
+
this.n1u_1 = combinationsWithFirstCard;
|
|
3872
|
+
this.o1u_1 = protectBella;
|
|
3873
|
+
this.p1u_1 = oneTryToProtectBella;
|
|
3874
|
+
this.q1u_1 = enableFourSevensCombination;
|
|
3875
|
+
this.r1u_1 = enableTrumpSevenCombination;
|
|
3876
|
+
this.s1u_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
3877
|
+
this.t1u_1 = checkTrumpCombination;
|
|
3878
|
+
this.u1u_1 = checkOnlyTrumpDebertz;
|
|
3879
|
+
this.v1u_1 = pointsDistributeMode;
|
|
3880
|
+
this.w1u_1 = enableFineIfNoBribes;
|
|
3881
|
+
this.x1u_1 = fineIfNoBribes;
|
|
3882
|
+
this.y1u_1 = enableFineAfterThirdByte;
|
|
3883
|
+
this.z1u_1 = fineAfterThirdFailedContract;
|
|
3861
3884
|
}
|
|
3862
3885
|
protoOf(RulesDto).toString = function () {
|
|
3863
|
-
return 'RulesDto(name=' + this.
|
|
3886
|
+
return 'RulesDto(name=' + this.a1u_1 + ', playerWhoChooseSuitGoFirst=' + this.b1u_1 + ', winnerShuffleCards=' + this.c1u_1 + ', playWithoutLiabilities=' + this.d1u_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.e1u_1 + ', dealerInitialCardsCount=' + this.f1u_1 + ', dealerFinalCardsCount=' + this.g1u_1 + ', dealerCounterClockwise=' + this.h1u_1 + ', contractTypes=' + toString(this.i1u_1) + ', bidTypes=' + toString(this.j1u_1) + ', needToPutHigherTrump=' + this.k1u_1 + ', trumpCardStepMode=' + this.l1u_1 + ', trumpCardStepPartnerMode=' + this.m1u_1 + ', combinationsWithFirstCard=' + toString(this.n1u_1) + ', protectBella=' + this.o1u_1 + ', oneTryToProtectBella=' + this.p1u_1 + ', enableFourSevensCombination=' + this.q1u_1 + ', enableTrumpSevenCombination=' + this.r1u_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.s1u_1 + ', checkTrumpCombination=' + this.t1u_1 + ', checkOnlyTrumpDebertz=' + this.u1u_1 + ', pointsDistributeMode=' + this.v1u_1 + ', enableFineIfNoBribes=' + this.w1u_1 + ', fineIfNoBribes=' + this.x1u_1 + ', enableFineAfterThirdByte=' + this.y1u_1 + ', fineAfterThirdFailedContract=' + this.z1u_1 + ')';
|
|
3864
3887
|
};
|
|
3865
3888
|
protoOf(RulesDto).hashCode = function () {
|
|
3866
|
-
var result = this.
|
|
3867
|
-
result = imul(result, 31) + (this.z1t_1 == null ? 0 : getBooleanHashCode(this.z1t_1)) | 0;
|
|
3868
|
-
result = imul(result, 31) + (this.a1u_1 == null ? 0 : getBooleanHashCode(this.a1u_1)) | 0;
|
|
3889
|
+
var result = this.a1u_1 == null ? 0 : getStringHashCode(this.a1u_1);
|
|
3869
3890
|
result = imul(result, 31) + (this.b1u_1 == null ? 0 : getBooleanHashCode(this.b1u_1)) | 0;
|
|
3870
3891
|
result = imul(result, 31) + (this.c1u_1 == null ? 0 : getBooleanHashCode(this.c1u_1)) | 0;
|
|
3871
|
-
result = imul(result, 31) + (this.d1u_1 == null ? 0 : this.d1u_1) | 0;
|
|
3872
|
-
result = imul(result, 31) + (this.e1u_1 == null ? 0 : this.e1u_1) | 0;
|
|
3873
|
-
result = imul(result, 31) + (this.f1u_1 == null ? 0 :
|
|
3874
|
-
result = imul(result, 31) + (this.g1u_1 == null ? 0 :
|
|
3875
|
-
result = imul(result, 31) + (this.h1u_1 == null ? 0 :
|
|
3876
|
-
result = imul(result, 31) + (this.i1u_1 == null ? 0 :
|
|
3877
|
-
result = imul(result, 31) + (this.j1u_1 == null ? 0 :
|
|
3878
|
-
result = imul(result, 31) + (this.k1u_1 == null ? 0 :
|
|
3879
|
-
result = imul(result, 31) + (this.l1u_1 == null ? 0 :
|
|
3880
|
-
result = imul(result, 31) + (this.m1u_1 == null ? 0 :
|
|
3881
|
-
result = imul(result, 31) + (this.n1u_1 == null ? 0 :
|
|
3892
|
+
result = imul(result, 31) + (this.d1u_1 == null ? 0 : getBooleanHashCode(this.d1u_1)) | 0;
|
|
3893
|
+
result = imul(result, 31) + (this.e1u_1 == null ? 0 : getBooleanHashCode(this.e1u_1)) | 0;
|
|
3894
|
+
result = imul(result, 31) + (this.f1u_1 == null ? 0 : this.f1u_1) | 0;
|
|
3895
|
+
result = imul(result, 31) + (this.g1u_1 == null ? 0 : this.g1u_1) | 0;
|
|
3896
|
+
result = imul(result, 31) + (this.h1u_1 == null ? 0 : getBooleanHashCode(this.h1u_1)) | 0;
|
|
3897
|
+
result = imul(result, 31) + (this.i1u_1 == null ? 0 : hashCode(this.i1u_1)) | 0;
|
|
3898
|
+
result = imul(result, 31) + (this.j1u_1 == null ? 0 : hashCode(this.j1u_1)) | 0;
|
|
3899
|
+
result = imul(result, 31) + (this.k1u_1 == null ? 0 : getBooleanHashCode(this.k1u_1)) | 0;
|
|
3900
|
+
result = imul(result, 31) + (this.l1u_1 == null ? 0 : getStringHashCode(this.l1u_1)) | 0;
|
|
3901
|
+
result = imul(result, 31) + (this.m1u_1 == null ? 0 : getStringHashCode(this.m1u_1)) | 0;
|
|
3902
|
+
result = imul(result, 31) + (this.n1u_1 == null ? 0 : hashCode(this.n1u_1)) | 0;
|
|
3882
3903
|
result = imul(result, 31) + (this.o1u_1 == null ? 0 : getBooleanHashCode(this.o1u_1)) | 0;
|
|
3883
3904
|
result = imul(result, 31) + (this.p1u_1 == null ? 0 : getBooleanHashCode(this.p1u_1)) | 0;
|
|
3884
3905
|
result = imul(result, 31) + (this.q1u_1 == null ? 0 : getBooleanHashCode(this.q1u_1)) | 0;
|
|
3885
3906
|
result = imul(result, 31) + (this.r1u_1 == null ? 0 : getBooleanHashCode(this.r1u_1)) | 0;
|
|
3886
3907
|
result = imul(result, 31) + (this.s1u_1 == null ? 0 : getBooleanHashCode(this.s1u_1)) | 0;
|
|
3887
|
-
result = imul(result, 31) +
|
|
3908
|
+
result = imul(result, 31) + (this.t1u_1 == null ? 0 : getBooleanHashCode(this.t1u_1)) | 0;
|
|
3888
3909
|
result = imul(result, 31) + (this.u1u_1 == null ? 0 : getBooleanHashCode(this.u1u_1)) | 0;
|
|
3889
|
-
result = imul(result, 31) + (this.v1u_1
|
|
3910
|
+
result = imul(result, 31) + getStringHashCode(this.v1u_1) | 0;
|
|
3890
3911
|
result = imul(result, 31) + (this.w1u_1 == null ? 0 : getBooleanHashCode(this.w1u_1)) | 0;
|
|
3891
3912
|
result = imul(result, 31) + (this.x1u_1 == null ? 0 : this.x1u_1) | 0;
|
|
3913
|
+
result = imul(result, 31) + (this.y1u_1 == null ? 0 : getBooleanHashCode(this.y1u_1)) | 0;
|
|
3914
|
+
result = imul(result, 31) + (this.z1u_1 == null ? 0 : this.z1u_1) | 0;
|
|
3892
3915
|
return result;
|
|
3893
3916
|
};
|
|
3894
3917
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -3896,10 +3919,6 @@
|
|
|
3896
3919
|
return true;
|
|
3897
3920
|
if (!(other instanceof RulesDto))
|
|
3898
3921
|
return false;
|
|
3899
|
-
if (!(this.y1t_1 == other.y1t_1))
|
|
3900
|
-
return false;
|
|
3901
|
-
if (!(this.z1t_1 == other.z1t_1))
|
|
3902
|
-
return false;
|
|
3903
3922
|
if (!(this.a1u_1 == other.a1u_1))
|
|
3904
3923
|
return false;
|
|
3905
3924
|
if (!(this.b1u_1 == other.b1u_1))
|
|
@@ -3912,21 +3931,21 @@
|
|
|
3912
3931
|
return false;
|
|
3913
3932
|
if (!(this.f1u_1 == other.f1u_1))
|
|
3914
3933
|
return false;
|
|
3915
|
-
if (!
|
|
3934
|
+
if (!(this.g1u_1 == other.g1u_1))
|
|
3916
3935
|
return false;
|
|
3917
|
-
if (!
|
|
3936
|
+
if (!(this.h1u_1 == other.h1u_1))
|
|
3918
3937
|
return false;
|
|
3919
|
-
if (!(this.i1u_1
|
|
3938
|
+
if (!equals(this.i1u_1, other.i1u_1))
|
|
3920
3939
|
return false;
|
|
3921
|
-
if (!(this.j1u_1
|
|
3940
|
+
if (!equals(this.j1u_1, other.j1u_1))
|
|
3922
3941
|
return false;
|
|
3923
3942
|
if (!(this.k1u_1 == other.k1u_1))
|
|
3924
3943
|
return false;
|
|
3925
|
-
if (!
|
|
3944
|
+
if (!(this.l1u_1 == other.l1u_1))
|
|
3926
3945
|
return false;
|
|
3927
3946
|
if (!(this.m1u_1 == other.m1u_1))
|
|
3928
3947
|
return false;
|
|
3929
|
-
if (!(this.n1u_1
|
|
3948
|
+
if (!equals(this.n1u_1, other.n1u_1))
|
|
3930
3949
|
return false;
|
|
3931
3950
|
if (!(this.o1u_1 == other.o1u_1))
|
|
3932
3951
|
return false;
|
|
@@ -3938,16 +3957,20 @@
|
|
|
3938
3957
|
return false;
|
|
3939
3958
|
if (!(this.s1u_1 == other.s1u_1))
|
|
3940
3959
|
return false;
|
|
3941
|
-
if (!(this.t1u_1
|
|
3960
|
+
if (!(this.t1u_1 == other.t1u_1))
|
|
3942
3961
|
return false;
|
|
3943
3962
|
if (!(this.u1u_1 == other.u1u_1))
|
|
3944
3963
|
return false;
|
|
3945
|
-
if (!(this.v1u_1
|
|
3964
|
+
if (!(this.v1u_1 === other.v1u_1))
|
|
3946
3965
|
return false;
|
|
3947
3966
|
if (!(this.w1u_1 == other.w1u_1))
|
|
3948
3967
|
return false;
|
|
3949
3968
|
if (!(this.x1u_1 == other.x1u_1))
|
|
3950
3969
|
return false;
|
|
3970
|
+
if (!(this.y1u_1 == other.y1u_1))
|
|
3971
|
+
return false;
|
|
3972
|
+
if (!(this.z1u_1 == other.z1u_1))
|
|
3973
|
+
return false;
|
|
3951
3974
|
return true;
|
|
3952
3975
|
};
|
|
3953
3976
|
function BufferedAction() {
|
|
@@ -4100,7 +4123,7 @@
|
|
|
4100
4123
|
return tmp;
|
|
4101
4124
|
}
|
|
4102
4125
|
function _get_$cachedSerializer__te6jhj_9($this) {
|
|
4103
|
-
return $this.
|
|
4126
|
+
return $this.k1v_1.j2();
|
|
4104
4127
|
}
|
|
4105
4128
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
4106
4129
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
|
|
@@ -4140,7 +4163,7 @@
|
|
|
4140
4163
|
Companion_instance_19 = this;
|
|
4141
4164
|
var tmp = this;
|
|
4142
4165
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
4143
|
-
tmp.
|
|
4166
|
+
tmp.k1v_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
4144
4167
|
}
|
|
4145
4168
|
protoOf(Companion_19).n17 = function () {
|
|
4146
4169
|
return _get_$cachedSerializer__te6jhj_9(this);
|
|
@@ -4203,7 +4226,7 @@
|
|
|
4203
4226
|
// Inline function 'kotlin.arrayOf' call
|
|
4204
4227
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4205
4228
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4206
|
-
tmp.
|
|
4229
|
+
tmp.q1v_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
4207
4230
|
}
|
|
4208
4231
|
var Companion_instance_20;
|
|
4209
4232
|
function Companion_getInstance_23() {
|
|
@@ -4219,12 +4242,12 @@
|
|
|
4219
4242
|
tmp0_serialDesc.ku('tag', false);
|
|
4220
4243
|
tmp0_serialDesc.ku('message', false);
|
|
4221
4244
|
tmp0_serialDesc.ku('stackTrace', false);
|
|
4222
|
-
this.
|
|
4245
|
+
this.r1v_1 = tmp0_serialDesc;
|
|
4223
4246
|
}
|
|
4224
|
-
protoOf($serializer_10).
|
|
4225
|
-
var tmp0_desc = this.
|
|
4247
|
+
protoOf($serializer_10).s1v = function (encoder, value) {
|
|
4248
|
+
var tmp0_desc = this.r1v_1;
|
|
4226
4249
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
4227
|
-
var tmp2_cached = Companion_getInstance_23().
|
|
4250
|
+
var tmp2_cached = Companion_getInstance_23().q1v_1;
|
|
4228
4251
|
tmp1_output.lo(tmp0_desc, 0, tmp2_cached[0].j2(), value.type);
|
|
4229
4252
|
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
4230
4253
|
tmp1_output.no(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -4233,10 +4256,10 @@
|
|
|
4233
4256
|
tmp1_output.vm(tmp0_desc);
|
|
4234
4257
|
};
|
|
4235
4258
|
protoOf($serializer_10).mj = function (encoder, value) {
|
|
4236
|
-
return this.
|
|
4259
|
+
return this.s1v(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
4237
4260
|
};
|
|
4238
4261
|
protoOf($serializer_10).nj = function (decoder) {
|
|
4239
|
-
var tmp0_desc = this.
|
|
4262
|
+
var tmp0_desc = this.r1v_1;
|
|
4240
4263
|
var tmp1_flag = true;
|
|
4241
4264
|
var tmp2_index = 0;
|
|
4242
4265
|
var tmp3_bitMask0 = 0;
|
|
@@ -4246,7 +4269,7 @@
|
|
|
4246
4269
|
var tmp7_local3 = null;
|
|
4247
4270
|
var tmp8_local4 = null;
|
|
4248
4271
|
var tmp9_input = decoder.um(tmp0_desc);
|
|
4249
|
-
var tmp10_cached = Companion_getInstance_23().
|
|
4272
|
+
var tmp10_cached = Companion_getInstance_23().q1v_1;
|
|
4250
4273
|
if (tmp9_input.kn()) {
|
|
4251
4274
|
tmp4_local0 = tmp9_input.gn(tmp0_desc, 0, tmp10_cached[0].j2(), tmp4_local0);
|
|
4252
4275
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4293,13 +4316,13 @@
|
|
|
4293
4316
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
4294
4317
|
};
|
|
4295
4318
|
protoOf($serializer_10).lj = function () {
|
|
4296
|
-
return this.
|
|
4319
|
+
return this.r1v_1;
|
|
4297
4320
|
};
|
|
4298
4321
|
protoOf($serializer_10).bv = function () {
|
|
4299
4322
|
// Inline function 'kotlin.arrayOf' call
|
|
4300
4323
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4301
4324
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4302
|
-
return [Companion_getInstance_23().
|
|
4325
|
+
return [Companion_getInstance_23().q1v_1[0].j2(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
4303
4326
|
};
|
|
4304
4327
|
var $serializer_instance_10;
|
|
4305
4328
|
function $serializer_getInstance_10() {
|
|
@@ -4309,7 +4332,7 @@
|
|
|
4309
4332
|
}
|
|
4310
4333
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
4311
4334
|
if (!(31 === (31 & seen0))) {
|
|
4312
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().
|
|
4335
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().r1v_1);
|
|
4313
4336
|
}
|
|
4314
4337
|
$this.type = type;
|
|
4315
4338
|
$this.key = key;
|
|
@@ -4329,19 +4352,19 @@
|
|
|
4329
4352
|
this.message = message;
|
|
4330
4353
|
this.stackTrace = stackTrace;
|
|
4331
4354
|
}
|
|
4332
|
-
protoOf(LoggerOutputDataDto).
|
|
4355
|
+
protoOf(LoggerOutputDataDto).t1v = function () {
|
|
4333
4356
|
return this.type;
|
|
4334
4357
|
};
|
|
4335
4358
|
protoOf(LoggerOutputDataDto).i2 = function () {
|
|
4336
4359
|
return this.key;
|
|
4337
4360
|
};
|
|
4338
|
-
protoOf(LoggerOutputDataDto).
|
|
4361
|
+
protoOf(LoggerOutputDataDto).j1p = function () {
|
|
4339
4362
|
return this.tag;
|
|
4340
4363
|
};
|
|
4341
4364
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
4342
4365
|
return this.message;
|
|
4343
4366
|
};
|
|
4344
|
-
protoOf(LoggerOutputDataDto).
|
|
4367
|
+
protoOf(LoggerOutputDataDto).u1v = function () {
|
|
4345
4368
|
return this.stackTrace;
|
|
4346
4369
|
};
|
|
4347
4370
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -4395,10 +4418,10 @@
|
|
|
4395
4418
|
protoOf(LoggerOutputDataDto).e16 = function () {
|
|
4396
4419
|
return this.message;
|
|
4397
4420
|
};
|
|
4398
|
-
protoOf(LoggerOutputDataDto).
|
|
4421
|
+
protoOf(LoggerOutputDataDto).d1p = function () {
|
|
4399
4422
|
return this.stackTrace;
|
|
4400
4423
|
};
|
|
4401
|
-
protoOf(LoggerOutputDataDto).
|
|
4424
|
+
protoOf(LoggerOutputDataDto).v1v = function (type, key, tag, message, stackTrace) {
|
|
4402
4425
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
4403
4426
|
};
|
|
4404
4427
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -4407,7 +4430,7 @@
|
|
|
4407
4430
|
tag = tag === VOID ? this.tag : tag;
|
|
4408
4431
|
message = message === VOID ? this.message : message;
|
|
4409
4432
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
4410
|
-
return $super === VOID ? this.
|
|
4433
|
+
return $super === VOID ? this.v1v(type, key, tag, message, stackTrace) : $super.v1v.call(this, type, key, tag, message, stackTrace);
|
|
4411
4434
|
};
|
|
4412
4435
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
4413
4436
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -4463,40 +4486,40 @@
|
|
|
4463
4486
|
//region block: post-declaration
|
|
4464
4487
|
protoOf($serializer).cv = typeParametersSerializers;
|
|
4465
4488
|
protoOf($serializer_0).cv = typeParametersSerializers;
|
|
4466
|
-
defineProp(protoOf(CoreConfig), 'requireDirectoryPath', protoOf(CoreConfig).
|
|
4489
|
+
defineProp(protoOf(CoreConfig), 'requireDirectoryPath', protoOf(CoreConfig).c1p);
|
|
4467
4490
|
defineProp(protoOf(PlayerLostConnectionReason), 'playerId', function () {
|
|
4468
|
-
return this.
|
|
4491
|
+
return this.i1p();
|
|
4469
4492
|
});
|
|
4470
4493
|
defineProp(protoOf(PlayerTimeoutReason), 'playerId', function () {
|
|
4471
|
-
return this.
|
|
4494
|
+
return this.i1p();
|
|
4472
4495
|
});
|
|
4473
4496
|
defineProp(protoOf(PlayerExitReason), 'playerId', function () {
|
|
4474
|
-
return this.
|
|
4497
|
+
return this.i1p();
|
|
4475
4498
|
});
|
|
4476
4499
|
defineProp(protoOf(Reason), 'name', protoOf(Reason).m);
|
|
4477
4500
|
defineProp(protoOf(Reason), 'ordinal', protoOf(Reason).y2);
|
|
4478
4501
|
defineProp(protoOf(Reason_0), 'name', protoOf(Reason_0).m);
|
|
4479
4502
|
defineProp(protoOf(Reason_0), 'ordinal', protoOf(Reason_0).y2);
|
|
4480
4503
|
defineProp(protoOf(GameUserInfo), 'playerId', function () {
|
|
4481
|
-
return this.
|
|
4504
|
+
return this.i1p();
|
|
4482
4505
|
});
|
|
4483
4506
|
defineProp(protoOf(PlayerIndex), 'playerId', function () {
|
|
4484
|
-
return this.
|
|
4507
|
+
return this.i1p();
|
|
4485
4508
|
});
|
|
4486
|
-
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).
|
|
4487
|
-
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).
|
|
4488
|
-
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).
|
|
4489
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).
|
|
4490
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).
|
|
4491
|
-
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).
|
|
4492
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).
|
|
4493
|
-
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).
|
|
4494
|
-
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).
|
|
4495
|
-
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).
|
|
4496
|
-
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).
|
|
4497
|
-
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).
|
|
4498
|
-
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).
|
|
4499
|
-
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).
|
|
4509
|
+
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).e1r);
|
|
4510
|
+
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).f1r);
|
|
4511
|
+
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).g1r);
|
|
4512
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).h1r);
|
|
4513
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).i1r);
|
|
4514
|
+
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).j1r);
|
|
4515
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).k1r);
|
|
4516
|
+
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).l1r);
|
|
4517
|
+
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).m1r);
|
|
4518
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).n1r);
|
|
4519
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).o1r);
|
|
4520
|
+
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).p1r);
|
|
4521
|
+
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).q1r);
|
|
4522
|
+
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).r1r);
|
|
4500
4523
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).m);
|
|
4501
4524
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).y2);
|
|
4502
4525
|
defineProp(protoOf(Team), 'first', protoOf(Team).oh);
|