2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2024-08-17 09:18:18 +03:00
|
|
|
// 4.7.0
|
|
|
|
// CmdId: 26087(3),25063(2?),9589(2)
|
|
|
|
// Obf: ?
|
2022-11-06 15:30:21 +03:00
|
|
|
message DelTeamEntityNotify {
|
2024-08-17 09:18:18 +03:00
|
|
|
repeated uint32 del_entity_id_list = 3;
|
|
|
|
uint32 scene_id = 11;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|