GC-Proto/proto/GadgetChainLevelUpdateNotif...

12 lines
202 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: KBDFNIEAMPO
// CmdId: 823
message GadgetChainLevelUpdateNotify {
map<uint32, uint32> gadget_chain_level_map = 1;
}