8 lines
104 B
Protocol Buffer
8 lines
104 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
message PlayerPropChangeNotify {
|
||
|
uint32 prop_type = 11;
|
||
|
uint32 prop_delta = 7;
|
||
|
}
|