mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-01 07:44:37 +03:00
14 lines
237 B
Protocol Buffer
14 lines
237 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "TowerTeam.proto";
|
|
|
|
// CmdId: 2456
|
|
// Name: KJFKGBBOLFJ
|
|
message TowerTeamSelectReq {
|
|
uint32 floor_id = 14;
|
|
repeated TowerTeam tower_team_list = 5;
|
|
}
|
|
|