GC-Proto/proto/EntityTagChangeNotify.proto

12 lines
220 B
Protocol Buffer
Raw Normal View History

2024-05-29 15:56:24 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 26996
// Version: 4.6.0
// Obfs: DJPKAAHDPMG
message EntityTagChangeNotify {
2024-06-02 06:52:03 +03:00
uint32 entity_id = 8;
bool is_add = 10;
string tag = 12;
2024-05-29 15:56:24 +03:00
}