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