GC-Proto/proto/DungeonDieOptionReq.proto

11 lines
239 B
Protocol Buffer
Raw Normal View History

2023-10-23 13:59:25 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PlayerDieOption.proto";
2024-07-05 00:44:58 +03:00
// 4.7.0
//cmdid: 22244
// BJIEMNHCLPK
2023-10-23 13:59:25 +03:00
message DungeonDieOptionReq {
2024-04-22 15:15:37 +03:00
PlayerDieOption die_option = 2;
bool is_quit_immediately = 3;
2023-10-23 13:59:25 +03:00
}