- Added `int duckFrameCounter` to track frames the duck button is held. - Added `bool isDucking` to track crouch state and prevent re-triggering. - Updated `CPad` constructor to initialize `duckFrameCounter` and `isDucking`.
- Added `int duckFrameCounter` to track frames the duck button is held. - Added `bool isDucking` to track crouch state and prevent re-triggering. - Updated `CPad` constructor to initialize `duckFrameCounter` and `isDucking`.