14 lines
296 B
Protocol Buffer
14 lines
296 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdId: 25374
|
|
|
|
import "PropChangeReason.proto";
|
|
|
|
message PlayerPropChangeReasonNotify {
|
|
float cur_value = 1;
|
|
PropChangeReason reason = 10;
|
|
uint32 prop_type = 11;
|
|
float old_value = 13;
|
|
}
|