mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-04 16:16:06 +03:00
15 lines
276 B
Protocol Buffer
15 lines
276 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "TowerTeam.proto";
|
|
|
|
// CmdId: 2417
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
// IsAllowClient: true
|
|
message TowerTeamSelectReq {
|
|
uint32 floor_id = 15;
|
|
repeated TowerTeam tower_team_list = 2;
|
|
}
|