mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 17:44:11 +03:00
add back ServerGlobalValueChangeNotify
This commit is contained in:
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;
|
||||||
|
}
|
Reference in New Issue
Block a user