mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-20 19:04:40 +01:00
Implement dungeon entry
This commit is contained in:
8
proto/PlayerQuitDungeonReq.proto
Normal file
8
proto/PlayerQuitDungeonReq.proto
Normal file
@@ -0,0 +1,8 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message PlayerQuitDungeonReq {
|
||||
uint32 point_id = 1;
|
||||
bool is_quit_immediately = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user