hytopia 0.6.5 → 0.6.6

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.5",
3
+ "version": "0.6.6",
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
@@ -1560,6 +1560,7 @@ export declare class DefaultPlayerEntityController extends BaseEntityController
1560
1560
 
1561
1561
 
1562
1562
 
1563
+
1563
1564
  /**
1564
1565
  * @param options - Options for the controller.
1565
1566
  */
@@ -1598,7 +1599,6 @@ export declare class DefaultPlayerEntityController extends BaseEntityController
1598
1599
  * @param deltaTimeMs - The delta time in milliseconds since the last tick.
1599
1600
  */
1600
1601
  tickWithPlayerInput(entity: PlayerEntity, input: PlayerInput, cameraOrientation: PlayerCameraOrientation, deltaTimeMs: number): void;
1601
- private _applyTargetDecay;
1602
1602
  }
1603
1603
 
1604
1604
  /** Options for creating a DefaultPlayerEntityController instance. @public */