We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d7687 commit 5adf8d3Copy full SHA for 5adf8d3
lib/plugins/entities.js
@@ -8,15 +8,15 @@ const PLAYER_WIDTH = 0.6
8
const PLAYER_EYEHEIGHT = 1.62
9
const CROUCH_EYEHEIGHT = 1.27
10
11
+module.exports = inject
12
+
13
// export constants for reuse
14
module.exports.PLAYER_HEIGHT = PLAYER_HEIGHT
15
module.exports.CROUCH_HEIGHT = CROUCH_HEIGHT
16
module.exports.PLAYER_WIDTH = PLAYER_WIDTH
17
module.exports.PLAYER_EYEHEIGHT = PLAYER_EYEHEIGHT
18
module.exports.CROUCH_EYEHEIGHT = CROUCH_EYEHEIGHT
19
-module.exports = inject
-
20
const animationEvents = {
21
0: 'entitySwingArm',
22
1: 'entityHurt',
0 commit comments