GC-Proto/proto/EntityTagChangeNotify.proto
2024-06-23 23:33:14 +08:00

10 lines
177 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
message EntityTagChangeNotify {
uint32 entity_id = 7;
string tag = 14;
bool is_add = 15;
}