GC-Proto/proto/ServerGlobalValueChangeNoti...

9 lines
188 B
Protocol Buffer
Raw Permalink Normal View History

2023-02-02 06:59:38 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-05-23 21:57:06 +03:00
2024-06-23 20:46:20 +03:00
// 4.7.0
2023-02-02 06:59:38 +03:00
message ServerGlobalValueChangeNotify {
2024-06-23 20:46:20 +03:00
float value = 6;
uint32 key_hash = 2;
uint32 entity_id = 14;
2024-05-23 21:57:06 +03:00
}