hytopia 0.6.17 → 0.6.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hytopia",
3
- "version": "0.6.17",
3
+ "version": "0.6.18",
4
4
  "description": "The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.",
5
5
  "type": "module",
6
6
  "main": "./node-server.mjs",
package/server.d.ts CHANGED
@@ -3770,6 +3770,7 @@ export declare class Player extends EventRouter implements protocol.Serializable
3770
3770
 
3771
3771
 
3772
3772
 
3773
+
3773
3774
  /** The current {@link PlayerInput} of the player. */
3774
3775
  get input(): PlayerInput;
3775
3776
  /** The current {@link World} the player is in. */