mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-01 15:54:44 +03:00
10 lines
202 B
Protocol Buffer
10 lines
202 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// 4.6.0
|
|
// CmdId: 24449
|
|
message ServerGlobalValueChangeNotify {
|
|
uint32 entity_id = 8;
|
|
uint32 key_hash = 10;
|
|
float value = 15;
|
|
} |