GC-Proto/proto/ServerGlobalValueChangeNotify.proto

11 lines
222 B
Protocol Buffer
Raw Normal View History

2023-02-02 06:59:38 +03:00
syntax = "proto3";
2024-08-28 12:09:22 +03:00
2023-02-02 06:59:38 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-08-28 12:09:22 +03:00
// Version: 5.0
// CmdId: 25816
message ServerGlobalValueChangeNotify {
uint32 key_hash = 5;
uint32 entity_id = 7;
float value = 9;
}