add back ServerGlobalValueChangeNotify
This commit is contained in:
parent
8a6b1ef32e
commit
31a2ca13bc
|
@ -0,0 +1,8 @@
|
||||||
|
syntax = "proto3";
|
||||||
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
|
message ServerGlobalValueChangeNotify {
|
||||||
|
float value = 10;
|
||||||
|
uint32 keyHash = 6;
|
||||||
|
uint32 entityId = 11;
|
||||||
|
}
|
Loading…
Reference in New Issue