17 lines
324 B
Protocol Buffer
17 lines
324 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "PropChangeReason.proto";
|
|
|
|
// Name: NPJACCMOFOE
|
|
// CmdId: 1265
|
|
message AvatarPropChangeReasonNotify {
|
|
float old_value = 12;
|
|
uint64 avatar_guid = 14;
|
|
PropChangeReason reason = 5;
|
|
float cur_value = 6;
|
|
uint32 prop_type = 15;
|
|
}
|
|
|