GC-Proto/proto/EntityTagChangeNotify.proto

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;
}