add back ServerGlobalValueChangeNotify

This commit is contained in:
Akbar Yahya 2023-02-02 11:59:38 +08:00
parent 8a6b1ef32e
commit 31a2ca13bc
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message ServerGlobalValueChangeNotify {
float value = 10;
uint32 keyHash = 6;
uint32 entityId = 11;
}