mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 07:59:24 +03:00
add back ServerGlobalValueChangeNotify
This commit is contained in:
parent
8a6b1ef32e
commit
31a2ca13bc
8
proto/ServerGlobalValueChangeNotify.proto
Normal file
8
proto/ServerGlobalValueChangeNotify.proto
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user