@utsp/core 0.17.0-nightly.20260128161430.00e511d → 0.17.0-nightly.20260128165134.1dad36f

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/dist/index.d.ts CHANGED
@@ -4345,6 +4345,7 @@ declare class User<TData = Record<string, any>> {
4345
4345
  private bytesTickRate;
4346
4346
  private currentTickBytesSent;
4347
4347
  private currentTickBytesReceived;
4348
+ private lastInputTick;
4348
4349
  private availableViewports;
4349
4350
  /**
4350
4351
  * Display command sink (used by Display to enqueue network commands)
@@ -5231,7 +5232,7 @@ declare class User<TData = Record<string, any>> {
5231
5232
  * });
5232
5233
  * ```
5233
5234
  */
5234
- decodeAndApplyCompressedInput(buffer: Uint8Array): void;
5235
+ decodeAndApplyCompressedInput(buffer: Uint8Array, reliability?: 'reliable' | 'volatile'): void;
5235
5236
  /**
5236
5237
  * Play a sound for this user
5237
5238
  *