GC-Proto/proto/PlayerPropChangeReasonNotif...

11 lines
246 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PropChangeReason.proto";
message PlayerPropChangeReasonNotify {
PropChangeReason reason = 3;
float cur_value = 8;
uint32 prop_type = 5;
float old_value = 2;
}