GC-Proto/proto/EntityTagChangeNotify.proto

14 lines
212 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: HAJOOIPKGMA
// CmdId: 3428
message EntityTagChangeNotify {
uint32 entity_id = 10;
string tag = 6;
bool is_add = 9;
}