hytopia 0.6.17 → 0.6.19
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/bun-server.mjs +2 -2
- package/node-server.mjs +3 -3
- package/package.json +1 -1
- package/server.d.ts +1 -0
package/package.json
CHANGED
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. */
|