mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-20 02:45:52 +01:00
Choose Avatar & Enter Tower
This commit is contained in:
18
proto/TowerEnterLevelRsp.proto
Normal file
18
proto/TowerEnterLevelRsp.proto
Normal file
@@ -0,0 +1,18 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message TowerEnterLevelRsp {
|
||||
enum CmdId {
|
||||
option allow_alias = true;
|
||||
NONE = 0;
|
||||
ENET_CHANNEL_ID = 0;
|
||||
ENET_IS_RELIABLE = 1;
|
||||
CMD_ID = 2426;
|
||||
}
|
||||
|
||||
int32 retcode = 1;
|
||||
uint32 floor_id = 2;
|
||||
uint32 level_index = 3;
|
||||
repeated uint32 tower_buff_id_list = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user