game_client_logic_deb 1.4.95 → 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 +6382 -6297
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +2 -4
- 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,7 +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
|
|
586
|
+
get sendToPlayerId(): string;
|
|
587
|
+
get excludePlayerId(): string;
|
|
587
588
|
equals(other: Nullable<any>): boolean;
|
|
588
589
|
hashCode(): number;
|
|
589
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;
|
|
@@ -619,9 +620,6 @@ export declare namespace com.debertz.logic.redux.actions.client.to {
|
|
|
619
620
|
abstract class ToClientAction implements com.logic.domain.engine.definitions.Action {
|
|
620
621
|
protected constructor();
|
|
621
622
|
abstract get deliveryPayload(): com.debertz.logic.redux.actions.client.to.ActionDeliveryPayload;
|
|
622
|
-
get sendToPlayerId(): string;
|
|
623
|
-
get sendToPlayerIds(): Array<string>;
|
|
624
|
-
get roomId(): string;
|
|
625
623
|
get actionTag(): string;
|
|
626
624
|
readonly __doNotUseOrImplementIt: com.logic.domain.engine.definitions.Action["__doNotUseOrImplementIt"];
|
|
627
625
|
}
|