client_plugin_logic_deb 1.8.438 → 1.8.440

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.
@@ -380,7 +380,7 @@
380
380
  function addFormatStructureForTime(structure) {
381
381
  this.w60(structure);
382
382
  }
383
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
383
+ initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
384
384
  initMetadataForClass(Builder_0, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder]);
385
385
  initMetadataForClass(LocalDateTimeFormat, 'LocalDateTimeFormat', VOID, AbstractDateTimeFormat);
386
386
  function set_fractionOfSecond(value) {
@@ -3326,9 +3326,9 @@ export declare namespace games.jass.logic.server.domain {
3326
3326
  roomOnDelete(newRid?: Nullable<string>): void;
3327
3327
  clear(): void;
3328
3328
  shutdown(reason: string, roomId?: Nullable<string>): void;
3329
- playerLostConnection(playerId: string): void;
3330
- playerLive(playerId: string): void;
3331
- playerLeft(playerId: string, permanently?: boolean): Nullable<games.jass.logic.data.models.player.state.PlayerLeftResult>;
3329
+ playerLostConnection(playerId: string, roomId: string): void;
3330
+ playerLive(playerId: string, roomId: string): void;
3331
+ playerLeft(playerId: string, roomId: string, permanently?: boolean): Nullable<games.jass.logic.data.models.player.state.PlayerLeftResult>;
3332
3332
  fromClientEvent(action: games.jass.logic.redux.actions.client.from.FromClientAction): void;
3333
3333
  roomRefreshPlayerState(playerId: string): void;
3334
3334
  getToClientFinishActionBeforeDisconnect(playerId: string, previousState: com.logic.data.models.player.PlayerConnectionState, originState: com.logic.data.models.player.PlayerConnectionState): Nullable<games.jass.logic.redux.actions.client.to.ToClientAction>;