game_client_logic_deb 1.3.67 → 1.3.68

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.
@@ -243,7 +243,7 @@
243
243
  //endregion
244
244
  function GameEngineConfig() {
245
245
  GameEngineConfig_instance = this;
246
- this.q2k_1 = '1.3.67';
246
+ this.q2k_1 = '1.3.68';
247
247
  }
248
248
  GameEngineConfig.prototype.r2k = function () {
249
249
  return this.q2k_1;
@@ -1159,12 +1159,12 @@
1159
1159
  function get_isCreating(_this__u8e3s4) {
1160
1160
  return _this__u8e3s4.equals(GameLifecycleState_CREATING_getInstance());
1161
1161
  }
1162
- function get_isFinishing(_this__u8e3s4) {
1163
- return _this__u8e3s4.equals(GameLifecycleState_FINISHING_getInstance());
1164
- }
1165
1162
  function get_isCreated(_this__u8e3s4) {
1166
1163
  return _this__u8e3s4.equals(GameLifecycleState_CREATED_getInstance());
1167
1164
  }
1165
+ function get_isFinishing(_this__u8e3s4) {
1166
+ return _this__u8e3s4.equals(GameLifecycleState_FINISHING_getInstance());
1167
+ }
1168
1168
  function get_isFinished(_this__u8e3s4) {
1169
1169
  return _this__u8e3s4.equals(GameLifecycleState_FINISHED_getInstance());
1170
1170
  }