game_client_logic_deb 1.6.63 → 1.7.67
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 +1101 -1012
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +8106 -8172
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +8 -3
- package/Logic_Debertz-game_client.js +2644 -2777
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +1167 -1156
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
- package/package.json +1 -1
|
@@ -217,6 +217,7 @@ export declare namespace com.logic.data.models.rules {
|
|
|
217
217
|
equals(other: Nullable<any>): boolean;
|
|
218
218
|
static get Companion(): {
|
|
219
219
|
kharkiv(): com.logic.data.models.rules.Rules;
|
|
220
|
+
saltivka(): com.logic.data.models.rules.Rules;
|
|
220
221
|
klabor(): com.logic.data.models.rules.Rules;
|
|
221
222
|
debertzCommon(): com.logic.data.models.rules.Rules;
|
|
222
223
|
belot(): com.logic.data.models.rules.Rules;
|
|
@@ -244,16 +245,20 @@ export declare namespace com.logic.data.models.rules {
|
|
|
244
245
|
get name(): "debertzKharkiv";
|
|
245
246
|
get ordinal(): 3;
|
|
246
247
|
};
|
|
248
|
+
static get debertzSaltivka(): com.logic.data.models.rules.RulesSetType & {
|
|
249
|
+
get name(): "debertzSaltivka";
|
|
250
|
+
get ordinal(): 4;
|
|
251
|
+
};
|
|
247
252
|
static get custom(): com.logic.data.models.rules.RulesSetType & {
|
|
248
253
|
get name(): "custom";
|
|
249
|
-
get ordinal():
|
|
254
|
+
get ordinal(): 5;
|
|
250
255
|
};
|
|
251
256
|
getRules(): com.logic.data.models.rules.Rules;
|
|
252
257
|
get isCustom(): boolean;
|
|
253
258
|
static values(): Array<com.logic.data.models.rules.RulesSetType>;
|
|
254
259
|
static valueOf(value: string): com.logic.data.models.rules.RulesSetType;
|
|
255
|
-
get name(): "belot" | "klabor" | "debertzCommon" | "debertzKharkiv" | "custom";
|
|
256
|
-
get ordinal(): 0 | 1 | 2 | 3 | 4;
|
|
260
|
+
get name(): "belot" | "klabor" | "debertzCommon" | "debertzKharkiv" | "debertzSaltivka" | "custom";
|
|
261
|
+
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
|
|
257
262
|
}
|
|
258
263
|
}
|
|
259
264
|
export declare namespace com.logic.data.models.serializable.rules {
|