Skip to content

Commit 47070a9

Browse files
committed
新增技能按键V、B;
按键命名与汉化;
1 parent 617c77d commit 47070a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/xyz/lisbammisakait/RelightTheThreePointStrategyClient.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ public void onInitializeClient() {
3030
while (keyBindingV.wasPressed()) {
3131
RelightTheThreePointStrategy.LOGGER.info("VVVVVVV!");
3232
}
33+
while (keyBindingB.wasPressed()) {
34+
RelightTheThreePointStrategy.LOGGER.info("BBBBBBB!");
35+
}
3336
});
3437
}
3538
}

0 commit comments

Comments
 (0)