16 lines
295 B
Protocol Buffer
16 lines
295 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "PropChangeReason.proto";
|
|
|
|
// Name: LDGFMPDHJMI
|
|
// CmdId: 1250
|
|
message PlayerPropChangeReasonNotify {
|
|
float cur_value = 15;
|
|
uint32 prop_type = 5;
|
|
float old_value = 13;
|
|
PropChangeReason reason = 4;
|
|
}
|
|
|