GC-Proto/proto/DelTeamEntityNotify.proto

13 lines
210 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 340
// Name: LLAEAGCDEND
message DelTeamEntityNotify {
repeated uint32 del_entity_id_list = 1;
uint32 scene_id = 8;
}