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.
package/Logic_Debertz-core.js
CHANGED
package/Logic_Debertz-engine.js
CHANGED
|
@@ -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
|
}
|