GC-Proto/proto/BrickBreakerPlayerSetSkillNotify.proto
2023-02-28 09:12:44 +08:00

13 lines
214 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: OBOHFDDHPCE
// CmdId: 5339
message BrickBreakerPlayerSetSkillNotify {
repeated uint32 skill_id_list = 1;
uint32 uid = 9;
}