命令集成

This commit is contained in:
attiya 2025-11-03 16:48:14 +08:00
parent 984ecab761
commit 3eef1b847f

View File

@ -36,5 +36,8 @@ public interface CommandType {
*/
String LOCK = "LOCK";
/**
* 打开头盔锁
*/
String OPEN_HELMET = "OPEN_HELMET";
}