GC-Proto/proto/BrickBreakerPlayerSetChangi...

13 lines
206 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: IGLFMBGPMPN
// CmdId: 5363
message BrickBreakerPlayerSetChangingNotify {
bool is_changing = 15;
uint32 uid = 14;
}