GC-Proto/proto/DelScenePlayTeamEntityNotify.proto
2023-04-11 11:14:48 +08:00

13 lines
220 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 3234
// Name: PCCLMIBJNGN
message DelScenePlayTeamEntityNotify {
repeated uint32 del_entity_id_list = 3;
uint32 scene_id = 7;
}