GC-Proto/proto/ServerGlobalValueChangeNoti...

10 lines
208 B
Protocol Buffer
Raw Normal View History

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