game_client_logic_deb 1.4.96 → 1.5.0
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/88b0986a7186d029-atomicfu-js-ir.js +8 -8
- package/Kodein-kodein-di.js +35 -35
- package/KosiTypeSystem-kaverit.js +13 -13
- package/Kotlin-DateTime-library-kotlinx-datetime-js-ir.js +22 -22
- package/Logic_Debertz-core.js +43 -43
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +6380 -6299
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +2 -5
- package/Logic_Debertz-game_client.js +2091 -2091
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib-js-ir.js +174 -170
- package/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +73 -73
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +64 -64
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +55 -55
- package/package.json +1 -1
- package/uuid-js-ir.js +13 -13
|
@@ -583,8 +583,8 @@ export declare namespace com.debertz.logic.redux.actions.client.to {
|
|
|
583
583
|
get excludePlayers(): Array<string>;
|
|
584
584
|
get deliveryType(): com.debertz.logic.redux.actions.client.to.ActionDeliveryType;
|
|
585
585
|
get excludePlayerOrNull(): Nullable<string>;
|
|
586
|
-
get
|
|
587
|
-
get
|
|
586
|
+
get sendToPlayerId(): string;
|
|
587
|
+
get excludePlayerId(): string;
|
|
588
588
|
equals(other: Nullable<any>): boolean;
|
|
589
589
|
hashCode(): number;
|
|
590
590
|
copy(roomId?: string, includePlayers?: Array<string>, excludePlayers?: Array<string>, deliveryType?: com.debertz.logic.redux.actions.client.to.ActionDeliveryType): com.debertz.logic.redux.actions.client.to.ActionDeliveryPayload;
|
|
@@ -620,9 +620,6 @@ export declare namespace com.debertz.logic.redux.actions.client.to {
|
|
|
620
620
|
abstract class ToClientAction implements com.logic.domain.engine.definitions.Action {
|
|
621
621
|
protected constructor();
|
|
622
622
|
abstract get deliveryPayload(): com.debertz.logic.redux.actions.client.to.ActionDeliveryPayload;
|
|
623
|
-
get sendToPlayerId(): string;
|
|
624
|
-
get sendToPlayerIds(): Array<string>;
|
|
625
|
-
get roomId(): string;
|
|
626
623
|
get actionTag(): string;
|
|
627
624
|
readonly __doNotUseOrImplementIt: com.logic.domain.engine.definitions.Action["__doNotUseOrImplementIt"];
|
|
628
625
|
}
|