10 lines
171 B
Protocol Buffer
10 lines
171 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
// CmdId: 28698
|
||
|
// Obf: GKKPLLOCNMC
|
||
|
message ServerGlobalValueChangeNotify {
|
||
|
float value = 9;
|
||
|
uint32 key_hash = 13;
|
||
|
uint32 entity_id = 7;
|
||
|
}
|