GC-Proto/proto/TowerEnterLevelRsp.proto

11 lines
248 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-22 06:47:23 +03:00
// 4.7.0
// CmdId: 5746
// ADFHGDCDAOA
2022-11-06 15:30:21 +03:00
message TowerEnterLevelRsp {
2024-07-22 06:47:23 +03:00
repeated uint32 tower_buff_id_list = 4;
uint32 floor_id = 11;
uint32 level_index = 2;
int32 retcode = 8;
2024-06-08 09:18:08 +03:00
}