14 lines
305 B
Protocol Buffer
14 lines
305 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "PropChangeReason.proto";
|
|
// 4.6.0
|
|
// CmdId: 5955
|
|
// Obf: ???
|
|
message AvatarPropChangeReasonNotify {
|
|
PropChangeReason reason = 15;
|
|
uint32 prop_type = 2;
|
|
float cur_value = 11;
|
|
uint64 avatar_guid = 3;
|
|
float old_value = 13;
|
|
}
|