GC-Proto/proto/TowerTeamSelectReq.proto

10 lines
230 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
import "TowerTeam.proto";
2024-07-05 00:44:58 +03:00
// 4.7.0
// CmdId: 28157
// OACGHLELOPK
2022-11-06 15:30:21 +03:00
message TowerTeamSelectReq {
2024-07-05 00:44:58 +03:00
uint32 floor_id = 11;
repeated TowerTeam tower_team_list = 5;
2024-06-08 09:18:08 +03:00
}