GC-Proto/proto/CanUseSkillNotify.proto
2024-08-21 13:31:37 +08:00

9 lines
177 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 4.7.0
// CmdId: 21073 or 2728?
// ?
message CanUseSkillNotify {
bool is_can_use_skill = 13;
}