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