GC-Proto/proto/CanUseSkillNotify.proto

9 lines
167 B
Protocol Buffer

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