GC-Proto/proto/AvatarPropChangeReasonNotif...

17 lines
323 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PropChangeReason.proto";
// CmdId: 1292
// Name: BCGHJPEKLLD
message AvatarPropChangeReasonNotify {
PropChangeReason reason = 14;
float cur_value = 7;
uint64 avatar_guid = 8;
float old_value = 12;
uint32 prop_type = 2;
}