Skip to content

Commit

Permalink
Jsdoc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBoix committed Apr 19, 2024
1 parent 1b5cbd5 commit 38e88d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/game_shared_template/src/NativeCommandManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,6 @@ NativeCommandManager.moveUp = function (object3D, value, map, withMap = true) {
*
* @param {Object3D} object3D - object3D to move up
* @param {number} value - amount to move up
* @param {AbstractMap} map - map script
* @param {boolean} [withMap=true] - map should be consider
* @returns {boolean} - the movement make the object3D leaves the map
*/
NativeCommandManager.moveDown = function (object3D, value) {
Expand Down

0 comments on commit 38e88d2

Please sign in to comment.