1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-08 10:06:07 +03:00
GC-Proto/proto/PlayerPropChangeReasonNotify.proto
2024-04-22 20:15:37 +08:00

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;
}