14 lines
284 B
Protocol Buffer
14 lines
284 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "PropChangeReason.proto";
|
|
|
|
// 4.7.0
|
|
message AvatarPropChangeReasonNotify {
|
|
float cur_value = 3;
|
|
uint64 avatar_guid = 5;
|
|
PropChangeReason reason = 6;
|
|
uint32 prop_type = 14;
|
|
float old_value = 15;
|
|
} |