Skip to content

Commit

Permalink
Add missing input flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Dec 3, 2024
1 parent 6def86c commit 0c3ce03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/types/PlayerAuthInputFlags.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,11 @@ final class PlayerAuthInputFlags{
public const IS_ROT_CONTROLLED_BY_MOVE_DIRECTION = 55;
public const START_SPIN_ATTACK = 56;
public const STOP_SPIN_ATTACK = 57;
public const JUMP_RELEASED_RAW = 58;
public const JUMP_PRESSED_RAW = 59;
public const JUMP_CURRENT_RAW = 60;
public const SNEAK_RELEASED_RAW = 61;
public const SNEAK_PRESSED_RAW = 62;
public const SNEAK_CURRENT_RAW = 63;

}

0 comments on commit 0c3ce03

Please sign in to comment.