game_client_logic_deb 1.3.75 → 1.3.77

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.
@@ -54,8 +54,8 @@
54
54
  function System() {
55
55
  System_instance = this;
56
56
  }
57
- System.prototype.j2u = function () {
58
- return Companion_getInstance().j2u();
57
+ System.prototype.g2u = function () {
58
+ return Companion_getInstance().g2u();
59
59
  };
60
60
  System.$metadata$ = objectMeta('System', [Clock_0]);
61
61
  var System_instance;
@@ -103,19 +103,19 @@
103
103
  var NANOS_PER_ONE;
104
104
  function InstantIso8601Serializer() {
105
105
  InstantIso8601Serializer_instance = this;
106
- this.o2u_1 = PrimitiveSerialDescriptor('Instant', STRING_getInstance());
106
+ this.l2u_1 = PrimitiveSerialDescriptor('Instant', STRING_getInstance());
107
107
  }
108
108
  InstantIso8601Serializer.prototype.i1i = function () {
109
- return this.o2u_1;
109
+ return this.l2u_1;
110
110
  };
111
111
  InstantIso8601Serializer.prototype.k1i = function (decoder) {
112
- return Companion_getInstance().p2u(decoder.l1l());
112
+ return Companion_getInstance().m2u(decoder.l1l());
113
113
  };
114
- InstantIso8601Serializer.prototype.q2u = function (encoder, value) {
114
+ InstantIso8601Serializer.prototype.n2u = function (encoder, value) {
115
115
  encoder.t1m(value.toString());
116
116
  };
117
117
  InstantIso8601Serializer.prototype.j1i = function (encoder, value) {
118
- return this.q2u(encoder, value instanceof Instant_0 ? value : THROW_CCE());
118
+ return this.n2u(encoder, value instanceof Instant_0 ? value : THROW_CCE());
119
119
  };
120
120
  InstantIso8601Serializer.$metadata$ = objectMeta('InstantIso8601Serializer', [KSerializer]);
121
121
  var InstantIso8601Serializer_instance;
@@ -158,15 +158,15 @@
158
158
  }
159
159
  function Companion() {
160
160
  Companion_instance = this;
161
- this.k2u_1 = new Instant_0(Instant.ofEpochSecond(get_DISTANT_PAST_SECONDS(), 999999999));
162
- this.l2u_1 = new Instant_0(Instant.ofEpochSecond(get_DISTANT_FUTURE_SECONDS(), 0));
163
- this.m2u_1 = new Instant_0(Instant.MIN);
164
- this.n2u_1 = new Instant_0(Instant.MAX);
161
+ this.h2u_1 = new Instant_0(Instant.ofEpochSecond(get_DISTANT_PAST_SECONDS(), 999999999));
162
+ this.i2u_1 = new Instant_0(Instant.ofEpochSecond(get_DISTANT_FUTURE_SECONDS(), 0));
163
+ this.j2u_1 = new Instant_0(Instant.MIN);
164
+ this.k2u_1 = new Instant_0(Instant.MAX);
165
165
  }
166
- Companion.prototype.j2u = function () {
166
+ Companion.prototype.g2u = function () {
167
167
  return new Instant_0(Clock.systemUTC().instant());
168
168
  };
169
- Companion.prototype.r2u = function (epochMilliseconds) {
169
+ Companion.prototype.o2u = function (epochMilliseconds) {
170
170
  var tmp;
171
171
  try {
172
172
  var tmp$ret$0;
@@ -183,13 +183,13 @@
183
183
  var tmp2_times = tmp$ret$1;
184
184
  var tmp3_times = get_NANOS_PER_MILLI();
185
185
  tmp$ret$2 = tmp2_times.j7(toLong(tmp3_times));
186
- tmp = this.s2u(tmp_0, tmp$ret$2);
186
+ tmp = this.p2u(tmp_0, tmp$ret$2);
187
187
  } catch ($p) {
188
188
  var tmp_1;
189
189
  if ($p instanceof Error) {
190
190
  if (!isJodaDateTimeException($p))
191
191
  throw $p;
192
- tmp_1 = epochMilliseconds.i1(new Long(0, 0)) > 0 ? this.n2u_1 : this.m2u_1;
192
+ tmp_1 = epochMilliseconds.i1(new Long(0, 0)) > 0 ? this.k2u_1 : this.j2u_1;
193
193
  } else {
194
194
  throw $p;
195
195
  }
@@ -197,7 +197,7 @@
197
197
  }
198
198
  return tmp;
199
199
  };
200
- Companion.prototype.p2u = function (isoString) {
200
+ Companion.prototype.m2u = function (isoString) {
201
201
  var tmp;
202
202
  try {
203
203
  tmp = new Instant_0(OffsetDateTime.parse(fixOffsetRepresentation(this, isoString)).toInstant());
@@ -214,7 +214,7 @@
214
214
  }
215
215
  return tmp;
216
216
  };
217
- Companion.prototype.s2u = function (epochSeconds, nanosecondAdjustment) {
217
+ Companion.prototype.p2u = function (epochSeconds, nanosecondAdjustment) {
218
218
  var tmp;
219
219
  try {
220
220
  var tmp$ret$0;
@@ -245,7 +245,7 @@
245
245
  }
246
246
  if (tmp_1)
247
247
  throw $p;
248
- tmp_0 = epochSeconds.i1(new Long(0, 0)) > 0 ? this.n2u_1 : this.m2u_1;
248
+ tmp_0 = epochSeconds.i1(new Long(0, 0)) > 0 ? this.k2u_1 : this.j2u_1;
249
249
  } else {
250
250
  throw $p;
251
251
  }
@@ -262,32 +262,32 @@
262
262
  }
263
263
  function Instant_0(value) {
264
264
  Companion_getInstance();
265
- this.t2u_1 = value;
265
+ this.q2u_1 = value;
266
266
  }
267
- Instant_0.prototype.u2u = function () {
268
- return numberToLong(this.t2u_1.epochSecond());
267
+ Instant_0.prototype.r2u = function () {
268
+ return numberToLong(this.q2u_1.epochSecond());
269
269
  };
270
- Instant_0.prototype.v2u = function () {
271
- return numberToInt(this.t2u_1.nano());
270
+ Instant_0.prototype.s2u = function () {
271
+ return numberToInt(this.q2u_1.nano());
272
272
  };
273
- Instant_0.prototype.w2u = function () {
273
+ Instant_0.prototype.t2u = function () {
274
274
  var tmp$ret$1;
275
275
  // Inline function 'kotlin.Long.plus' call
276
276
  var tmp$ret$0;
277
277
  // Inline function 'kotlin.Long.times' call
278
- var tmp0_times = this.u2u();
278
+ var tmp0_times = this.r2u();
279
279
  var tmp1_times = get_MILLIS_PER_ONE();
280
280
  tmp$ret$0 = tmp0_times.j7(toLong(tmp1_times));
281
281
  var tmp2_plus = tmp$ret$0;
282
- var tmp3_plus = this.v2u() / get_NANOS_PER_MILLI() | 0;
282
+ var tmp3_plus = this.s2u() / get_NANOS_PER_MILLI() | 0;
283
283
  tmp$ret$1 = tmp2_plus.p5(toLong(tmp3_plus));
284
284
  return tmp$ret$1;
285
285
  };
286
- Instant_0.prototype.x2u = function (other) {
287
- return numberToInt(this.t2u_1.compareTo(other.t2u_1));
286
+ Instant_0.prototype.u2u = function (other) {
287
+ return numberToInt(this.q2u_1.compareTo(other.q2u_1));
288
288
  };
289
289
  Instant_0.prototype.g8 = function (other) {
290
- return this.x2u(other instanceof Instant_0 ? other : THROW_CCE());
290
+ return this.u2u(other instanceof Instant_0 ? other : THROW_CCE());
291
291
  };
292
292
  Instant_0.prototype.equals = function (other) {
293
293
  var tmp;
@@ -296,7 +296,7 @@
296
296
  } else {
297
297
  var tmp_0;
298
298
  if (other instanceof Instant_0) {
299
- tmp_0 = equals(this.t2u_1, other.t2u_1);
299
+ tmp_0 = equals(this.q2u_1, other.q2u_1);
300
300
  } else {
301
301
  tmp_0 = false;
302
302
  }
@@ -305,10 +305,10 @@
305
305
  return tmp;
306
306
  };
307
307
  Instant_0.prototype.hashCode = function () {
308
- return numberToInt(this.t2u_1.hashCode());
308
+ return numberToInt(this.q2u_1.hashCode());
309
309
  };
310
310
  Instant_0.prototype.toString = function () {
311
- return this.t2u_1.toString();
311
+ return this.q2u_1.toString();
312
312
  };
313
313
  Instant_0.$metadata$ = classMeta('Instant', [Comparable], undefined, {0: InstantIso8601Serializer_getInstance});
314
314
  function isJodaDateTimeException(_this__u8e3s4) {
@@ -179,68 +179,58 @@
179
179
  timerMiddleware$o$handle$slambda$slambda_1.prototype.constructor = timerMiddleware$o$handle$slambda$slambda_1;
180
180
  timerMiddleware$o$handle$slambda.prototype = Object.create(CoroutineImpl.prototype);
181
181
  timerMiddleware$o$handle$slambda.prototype.constructor = timerMiddleware$o$handle$slambda;
182
- function d$default(tag, message, $mask0, $handler) {
182
+ function d$default(tag, message, payload, $mask0, $handler) {
183
183
  if (!(($mask0 & 1) === 0))
184
184
  tag = null;
185
+ if (!(($mask0 & 4) === 0))
186
+ payload = null;
185
187
  var tmp;
186
188
  if ($handler == null) {
187
- this.l2t(tag, message);
189
+ this.l2t(tag, message, payload);
188
190
  tmp = Unit_getInstance();
189
191
  } else {
190
- tmp = $handler(tag, message);
192
+ tmp = $handler(tag, message, payload);
191
193
  }
192
194
  return tmp;
193
195
  }
194
- function e$default(tag, message, exception, $mask0, $handler) {
196
+ function e$default(tag, message, exception, payload, $mask0, $handler) {
195
197
  if (!(($mask0 & 1) === 0))
196
198
  tag = null;
197
199
  if (!(($mask0 & 2) === 0))
198
200
  message = null;
199
201
  if (!(($mask0 & 4) === 0))
200
202
  exception = null;
203
+ if (!(($mask0 & 8) === 0))
204
+ payload = null;
201
205
  var tmp;
202
206
  if ($handler == null) {
203
- this.e2q(tag, message, exception);
207
+ this.n2t(tag, message, exception, payload);
204
208
  tmp = Unit_getInstance();
205
209
  } else {
206
- tmp = $handler(tag, message, exception);
210
+ tmp = $handler(tag, message, exception, payload);
207
211
  }
208
212
  return tmp;
209
213
  }
210
- function w$default(tag, message, $mask0, $handler) {
214
+ function w$default(tag, message, payload, $mask0, $handler) {
211
215
  if (!(($mask0 & 1) === 0))
212
216
  tag = null;
217
+ if (!(($mask0 & 4) === 0))
218
+ payload = null;
213
219
  var tmp;
214
220
  if ($handler == null) {
215
- this.o2t(tag, message);
221
+ this.o2t(tag, message, payload);
216
222
  tmp = Unit_getInstance();
217
223
  } else {
218
- tmp = $handler(tag, message);
224
+ tmp = $handler(tag, message, payload);
219
225
  }
220
226
  return tmp;
221
227
  }
222
228
  Category.prototype = Object.create(Enum.prototype);
223
229
  Category.prototype.constructor = Category;
224
- function e$default_0(tag, message, exception, payload, $mask0, $handler) {
225
- if (!(($mask0 & 1) === 0))
226
- tag = null;
227
- if (!(($mask0 & 2) === 0))
228
- message = null;
229
- if (!(($mask0 & 4) === 0))
230
- exception = null;
231
- var tmp;
232
- if ($handler == null) {
233
- this.g2u(tag, message, exception, payload);
234
- tmp = Unit_getInstance();
235
- } else {
236
- tmp = $handler(tag, message, exception, payload);
237
- }
238
- return tmp;
239
- }
240
230
  //endregion
241
231
  function GameEngineConfig() {
242
232
  GameEngineConfig_instance = this;
243
- this.i2k_1 = '1.3.75';
233
+ this.i2k_1 = '1.3.77';
244
234
  }
245
235
  GameEngineConfig.prototype.j2k = function () {
246
236
  return this.i2k_1;
@@ -3451,7 +3441,8 @@
3451
3441
  AbstractCoroutineContextElement.call(this, Key_getInstance());
3452
3442
  }
3453
3443
  _no_name_provided__qut3iv.prototype.eq = function (context, exception) {
3454
- return this.d2q_1.e2q('AsyncErrorHandler', 'AsyncProvider error: ' + exception, exception);
3444
+ var tmp = 'AsyncProvider error: ' + exception;
3445
+ return this.d2q_1.e2q('AsyncErrorHandler', tmp, exception, null, 8, null);
3455
3446
  };
3456
3447
  _no_name_provided__qut3iv.$metadata$ = classMeta(undefined, [CoroutineExceptionHandler], undefined, undefined, undefined, AbstractCoroutineContextElement.prototype);
3457
3448
  function AsyncProviderImpl(logger) {
@@ -3493,7 +3484,8 @@
3493
3484
  }
3494
3485
  JobsProviderImpl.prototype.q2q = function (timerTag, job) {
3495
3486
  if (this.s2q(timerTag)) {
3496
- this.o2q_1.r2q(null, 'Timer already exists for that tag: ' + timerTag, 1, null);
3487
+ var tmp = 'Timer already exists for that tag: ' + timerTag;
3488
+ this.o2q_1.r2q(null, tmp, null, 5, null);
3497
3489
  }
3498
3490
  // Inline function 'kotlin.collections.set' call
3499
3491
  var tmp0_set = this.p2q_1;
@@ -3504,7 +3496,8 @@
3504
3496
  };
3505
3497
  JobsProviderImpl.prototype.t2q = function (timerTag) {
3506
3498
  if (!this.s2q(timerTag)) {
3507
- this.o2q_1.r2q(null, "Can't find timer for that tag: " + timerTag, 1, null);
3499
+ var tmp = "Can't find timer for that tag: " + timerTag;
3500
+ this.o2q_1.r2q(null, tmp, null, 5, null);
3508
3501
  }
3509
3502
  this.p2q_1.od(timerTag);
3510
3503
  };
@@ -4051,7 +4044,8 @@
4051
4044
  } catch ($p) {
4052
4045
  var tmp_0;
4053
4046
  if ($p instanceof Exception) {
4054
- $logger.e2q('StoreEnhancer', 'StoreEnhancer error: ' + $p, $p);
4047
+ var tmp_1 = 'StoreEnhancer error: ' + $p;
4048
+ $logger.e2q('StoreEnhancer', tmp_1, $p, null, 8, null);
4055
4049
  tmp_0 = Unit_getInstance();
4056
4050
  } else {
4057
4051
  throw $p;
@@ -4615,27 +4609,27 @@
4615
4609
  this.q2t_1 = true;
4616
4610
  this.r2t_1 = null;
4617
4611
  }
4618
- Logger.prototype.l2t = function (tag, message) {
4619
- this.z2t(tag, message, Category_NONE_getInstance());
4612
+ Logger.prototype.z2t = function (tag, message) {
4613
+ this.a2u(tag, message, Category_NONE_getInstance());
4620
4614
  };
4621
- Logger.prototype.a2u = function (tag, message, category) {
4615
+ Logger.prototype.b2u = function (tag, message, category) {
4622
4616
  if (this.q2t_1 ? category.u2t_1 : false) {
4623
4617
  this.p2t_1.y2t(generateTag(this, tag), message);
4624
4618
  }
4625
4619
  };
4626
- Logger.prototype.b2u = function (tag, message, category, $mask0, $handler) {
4620
+ Logger.prototype.c2u = function (tag, message, category, $mask0, $handler) {
4627
4621
  if (!(($mask0 & 1) === 0))
4628
4622
  tag = null;
4629
4623
  if (!(($mask0 & 4) === 0))
4630
4624
  category = Category_NONE_getInstance();
4631
- return this.a2u(tag, message, category);
4625
+ return this.b2u(tag, message, category);
4632
4626
  };
4633
- Logger.prototype.z2t = function (tag, message, category) {
4627
+ Logger.prototype.a2u = function (tag, message, category) {
4634
4628
  if (this.q2t_1 ? category.u2t_1 : false) {
4635
4629
  this.p2t_1.w2t(generateTag(this, tag), message);
4636
4630
  }
4637
4631
  };
4638
- Logger.prototype.c2u = function (tag, message, exception, category) {
4632
+ Logger.prototype.d2u = function (tag, message, exception, category) {
4639
4633
  if (this.q2t_1 ? category.u2t_1 : false) {
4640
4634
  var tmp0_safe_receiver = exception;
4641
4635
  if (tmp0_safe_receiver == null)
@@ -4646,7 +4640,7 @@
4646
4640
  this.p2t_1.x2t(generateTag(this, tag), generateMsg(message, exception), exception);
4647
4641
  }
4648
4642
  };
4649
- Logger.prototype.d2u = function (tag, message, exception, category, $mask0, $handler) {
4643
+ Logger.prototype.e2u = function (tag, message, exception, category, $mask0, $handler) {
4650
4644
  if (!(($mask0 & 1) === 0))
4651
4645
  tag = null;
4652
4646
  if (!(($mask0 & 2) === 0))
@@ -4655,7 +4649,7 @@
4655
4649
  exception = null;
4656
4650
  if (!(($mask0 & 8) === 0))
4657
4651
  category = Category_NONE_getInstance();
4658
- return this.c2u(tag, message, exception, category);
4652
+ return this.d2u(tag, message, exception, category);
4659
4653
  };
4660
4654
  Logger.$metadata$ = objectMeta('Logger');
4661
4655
  var Logger_instance;
@@ -4695,58 +4689,55 @@
4695
4689
  return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
4696
4690
  }
4697
4691
  function CombinedGameLogger(logOutputs) {
4698
- this.e2u_1 = logOutputs;
4692
+ this.f2u_1 = logOutputs;
4699
4693
  }
4700
- CombinedGameLogger.prototype.l2t = function (tag, message) {
4694
+ CombinedGameLogger.prototype.l2t = function (tag, message, payload) {
4701
4695
  // Inline function 'kotlin.collections.forEach' call
4702
- var tmp0_forEach = this.e2u_1;
4696
+ var tmp0_forEach = this.f2u_1;
4703
4697
  var tmp0_iterator = tmp0_forEach.f();
4704
4698
  while (tmp0_iterator.g()) {
4705
4699
  var element = tmp0_iterator.h();
4706
4700
  // Inline function 'com.logic.utils.logger.game.CombinedGameLogger.d.<anonymous>' call
4707
- element.l2t(tag, message);
4701
+ element.l2t(tag, message, payload);
4708
4702
  }
4709
4703
  };
4710
- CombinedGameLogger.prototype.e2q = function (tag, message, exception) {
4704
+ CombinedGameLogger.prototype.n2t = function (tag, message, exception, payload) {
4711
4705
  // Inline function 'kotlin.collections.forEach' call
4712
- var tmp0_forEach = this.e2u_1;
4706
+ var tmp0_forEach = this.f2u_1;
4713
4707
  var tmp0_iterator = tmp0_forEach.f();
4714
4708
  while (tmp0_iterator.g()) {
4715
4709
  var element = tmp0_iterator.h();
4716
4710
  // Inline function 'com.logic.utils.logger.game.CombinedGameLogger.e.<anonymous>' call
4717
- element.e2q(tag, message, exception);
4711
+ element.n2t(tag, message, exception, payload);
4718
4712
  }
4719
4713
  };
4720
- CombinedGameLogger.prototype.o2t = function (tag, message) {
4714
+ CombinedGameLogger.prototype.o2t = function (tag, message, payload) {
4721
4715
  // Inline function 'kotlin.collections.forEach' call
4722
- var tmp0_forEach = this.e2u_1;
4716
+ var tmp0_forEach = this.f2u_1;
4723
4717
  var tmp0_iterator = tmp0_forEach.f();
4724
4718
  while (tmp0_iterator.g()) {
4725
4719
  var element = tmp0_iterator.h();
4726
4720
  // Inline function 'com.logic.utils.logger.game.CombinedGameLogger.w.<anonymous>' call
4727
- element.o2t(tag, message);
4721
+ element.o2t(tag, message, payload);
4728
4722
  }
4729
4723
  };
4730
4724
  CombinedGameLogger.$metadata$ = classMeta('CombinedGameLogger', [GameLogger]);
4731
- function LoggerOutputWithPayload() {
4732
- }
4733
- LoggerOutputWithPayload.$metadata$ = interfaceMeta('LoggerOutputWithPayload');
4734
4725
  function LoggerPayload() {
4735
4726
  }
4736
4727
  LoggerPayload.$metadata$ = interfaceMeta('LoggerPayload');
4737
4728
  function PlatformGameLogger() {
4738
4729
  PlatformGameLogger_instance = this;
4739
4730
  }
4740
- PlatformGameLogger.prototype.l2t = function (tag, message) {
4741
- Logger_getInstance().l2t(tag, message);
4731
+ PlatformGameLogger.prototype.l2t = function (tag, message, payload) {
4732
+ Logger_getInstance().z2t(tag, message);
4742
4733
  };
4743
- PlatformGameLogger.prototype.e2q = function (tag, message, exception) {
4734
+ PlatformGameLogger.prototype.n2t = function (tag, message, exception, payload) {
4744
4735
  var tmp = Logger_getInstance();
4745
- tmp.d2u(tag, message, exception, null, 8, null);
4736
+ tmp.e2u(tag, message, exception, null, 8, null);
4746
4737
  };
4747
- PlatformGameLogger.prototype.o2t = function (tag, message) {
4738
+ PlatformGameLogger.prototype.o2t = function (tag, message, payload) {
4748
4739
  var tmp = Logger_getInstance();
4749
- tmp.b2u(tag, message, null, 4, null);
4740
+ tmp.c2u(tag, message, null, 4, null);
4750
4741
  };
4751
4742
  PlatformGameLogger.$metadata$ = objectMeta('PlatformGameLogger', [GameLogger]);
4752
4743
  var PlatformGameLogger_instance;
@@ -4798,10 +4789,10 @@
4798
4789
  StartTimerAction.prototype.e2r = get_actionTag;
4799
4790
  TimerTickAction.prototype.e2r = get_actionTag;
4800
4791
  CombinedGameLogger.prototype.m2t = d$default;
4801
- CombinedGameLogger.prototype.n2t = e$default;
4792
+ CombinedGameLogger.prototype.e2q = e$default;
4802
4793
  CombinedGameLogger.prototype.r2q = w$default;
4803
4794
  PlatformGameLogger.prototype.m2t = d$default;
4804
- PlatformGameLogger.prototype.n2t = e$default;
4795
+ PlatformGameLogger.prototype.e2q = e$default;
4805
4796
  PlatformGameLogger.prototype.r2q = w$default;
4806
4797
  //endregion
4807
4798
  //region block: exports
@@ -5006,56 +4997,54 @@
5006
4997
  _.$_$.j2 = applyMiddleware;
5007
4998
  _.$_$.k2 = timerMiddleware;
5008
4999
  _.$_$.l2 = CombinedGameLogger;
5009
- _.$_$.m2 = LoggerOutputWithPayload;
5010
- _.$_$.n2 = LoggerPayload;
5011
- _.$_$.o2 = GameLogger;
5012
- _.$_$.p2 = LoggerOutput;
5013
- _.$_$.q2 = generateMsg;
5014
- _.$_$.r2 = enumToString;
5015
- _.$_$.s2 = nextTo;
5016
- _.$_$.t2 = sortWithItem;
5017
- _.$_$.u2 = toDomainEnumSafe;
5018
- _.$_$.v2 = updateItem;
5019
- _.$_$.w2 = updated;
5020
- _.$_$.x2 = PlayerConnectionState_DELETED_getInstance;
5021
- _.$_$.y2 = PlayerConnectionState_LEFT_getInstance;
5022
- _.$_$.z2 = PlayerConnectionState_LIVE_getInstance;
5023
- _.$_$.a3 = PlayerConnectionState_LOST_CONNECTION_getInstance;
5024
- _.$_$.b3 = PlayerConnectionState_TIMEOUT_getInstance;
5025
- _.$_$.c3 = RulesSetType_belot_getInstance;
5026
- _.$_$.d3 = RulesSetType_custom_getInstance;
5027
- _.$_$.e3 = RulesSetType_debertzCommon_getInstance;
5028
- _.$_$.f3 = RulesSetType_debertzKharkiv_getInstance;
5029
- _.$_$.g3 = RulesSetType_klabor_getInstance;
5030
- _.$_$.h3 = CardName_ACE_getInstance;
5031
- _.$_$.i3 = CardName_DAME_getInstance;
5032
- _.$_$.j3 = CardName_EIGHT_getInstance;
5033
- _.$_$.k3 = CardName_JACK_getInstance;
5034
- _.$_$.l3 = CardName_KING_getInstance;
5035
- _.$_$.m3 = CardName_NINE_getInstance;
5036
- _.$_$.n3 = CardName_SEVEN_getInstance;
5037
- _.$_$.o3 = CardName_TEN_getInstance;
5038
- _.$_$.p3 = TimerType_DELAY_getInstance;
5039
- _.$_$.q3 = e$default_0;
5040
- _.$_$.r3 = d$default;
5041
- _.$_$.s3 = e$default;
5042
- _.$_$.t3 = w$default;
5043
- _.$_$.u3 = StartTimerAction_init_$Create$;
5044
- _.$_$.v3 = Companion_getInstance_6;
5045
- _.$_$.w3 = Companion_getInstance_8;
5046
- _.$_$.x3 = $serializer_getInstance_4;
5047
- _.$_$.y3 = $serializer_getInstance_5;
5048
- _.$_$.z3 = $serializer_getInstance_6;
5049
- _.$_$.a4 = CardIndexComparator_getInstance;
5050
- _.$_$.b4 = CardNumberComparator_getInstance;
5051
- _.$_$.c4 = Companion_getInstance_13;
5052
- _.$_$.d4 = Companion_getInstance_15;
5053
- _.$_$.e4 = Companion_getInstance;
5054
- _.$_$.f4 = ProcessingReason_getInstance;
5055
- _.$_$.g4 = RestartGameReason_getInstance;
5056
- _.$_$.h4 = Companion_getInstance_1;
5057
- _.$_$.i4 = PlatformGameLogger_getInstance;
5058
- _.$_$.j4 = Logger_getInstance;
5000
+ _.$_$.m2 = LoggerPayload;
5001
+ _.$_$.n2 = GameLogger;
5002
+ _.$_$.o2 = LoggerOutput;
5003
+ _.$_$.p2 = generateMsg;
5004
+ _.$_$.q2 = enumToString;
5005
+ _.$_$.r2 = nextTo;
5006
+ _.$_$.s2 = sortWithItem;
5007
+ _.$_$.t2 = toDomainEnumSafe;
5008
+ _.$_$.u2 = updateItem;
5009
+ _.$_$.v2 = updated;
5010
+ _.$_$.w2 = PlayerConnectionState_DELETED_getInstance;
5011
+ _.$_$.x2 = PlayerConnectionState_LEFT_getInstance;
5012
+ _.$_$.y2 = PlayerConnectionState_LIVE_getInstance;
5013
+ _.$_$.z2 = PlayerConnectionState_LOST_CONNECTION_getInstance;
5014
+ _.$_$.a3 = PlayerConnectionState_TIMEOUT_getInstance;
5015
+ _.$_$.b3 = RulesSetType_belot_getInstance;
5016
+ _.$_$.c3 = RulesSetType_custom_getInstance;
5017
+ _.$_$.d3 = RulesSetType_debertzCommon_getInstance;
5018
+ _.$_$.e3 = RulesSetType_debertzKharkiv_getInstance;
5019
+ _.$_$.f3 = RulesSetType_klabor_getInstance;
5020
+ _.$_$.g3 = CardName_ACE_getInstance;
5021
+ _.$_$.h3 = CardName_DAME_getInstance;
5022
+ _.$_$.i3 = CardName_EIGHT_getInstance;
5023
+ _.$_$.j3 = CardName_JACK_getInstance;
5024
+ _.$_$.k3 = CardName_KING_getInstance;
5025
+ _.$_$.l3 = CardName_NINE_getInstance;
5026
+ _.$_$.m3 = CardName_SEVEN_getInstance;
5027
+ _.$_$.n3 = CardName_TEN_getInstance;
5028
+ _.$_$.o3 = TimerType_DELAY_getInstance;
5029
+ _.$_$.p3 = d$default;
5030
+ _.$_$.q3 = e$default;
5031
+ _.$_$.r3 = w$default;
5032
+ _.$_$.s3 = StartTimerAction_init_$Create$;
5033
+ _.$_$.t3 = Companion_getInstance_6;
5034
+ _.$_$.u3 = Companion_getInstance_8;
5035
+ _.$_$.v3 = $serializer_getInstance_4;
5036
+ _.$_$.w3 = $serializer_getInstance_5;
5037
+ _.$_$.x3 = $serializer_getInstance_6;
5038
+ _.$_$.y3 = CardIndexComparator_getInstance;
5039
+ _.$_$.z3 = CardNumberComparator_getInstance;
5040
+ _.$_$.a4 = Companion_getInstance_13;
5041
+ _.$_$.b4 = Companion_getInstance_15;
5042
+ _.$_$.c4 = Companion_getInstance;
5043
+ _.$_$.d4 = ProcessingReason_getInstance;
5044
+ _.$_$.e4 = RestartGameReason_getInstance;
5045
+ _.$_$.f4 = Companion_getInstance_1;
5046
+ _.$_$.g4 = PlatformGameLogger_getInstance;
5047
+ _.$_$.h4 = Logger_getInstance;
5059
5048
  //endregion
5060
5049
  return _;
5061
5050
  }));