mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-20 02:45:52 +01:00
Tower Dungeons Handoff between level and floor
This commit is contained in:
18
proto/TowerFloorRecordChangeNotify.proto
Normal file
18
proto/TowerFloorRecordChangeNotify.proto
Normal file
@@ -0,0 +1,18 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "TowerFloorRecord.proto";
|
||||
|
||||
message TowerFloorRecordChangeNotify {
|
||||
enum CmdId {
|
||||
option allow_alias = true;
|
||||
NONE = 0;
|
||||
ENET_CHANNEL_ID = 0;
|
||||
ENET_IS_RELIABLE = 1;
|
||||
CMD_ID = 2418;
|
||||
}
|
||||
|
||||
repeated TowerFloorRecord tower_floor_record_list = 1;
|
||||
bool is_finished_entrance_floor = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user