mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-18 01:46:44 +01:00
Monsters tide turn by turn && Ban User Skill && Lua functions
This commit is contained in:
15
proto/CanUseSkillNotify.proto
Normal file
15
proto/CanUseSkillNotify.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message CanUseSkillNotify {
|
||||
enum CmdId {
|
||||
option allow_alias = true;
|
||||
NONE = 0;
|
||||
ENET_CHANNEL_ID = 0;
|
||||
ENET_IS_RELIABLE = 1;
|
||||
CMD_ID = 1019;
|
||||
}
|
||||
|
||||
bool is_can_use_skill = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user