18 lines
457 B
Protocol Buffer
18 lines
457 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "BartenderLevelInfo.proto";
|
|
import "BartenderTaskInfo.proto";
|
|
|
|
// Name: KHJFNIAKPID
|
|
message BartenderActivityDetailInfo {
|
|
repeated BartenderLevelInfo unlock_level_list = 10;
|
|
bool is_develop_module_open = 4;
|
|
repeated uint32 HABKKALDAHF = 6;
|
|
bool is_content_closed = 5;
|
|
repeated uint32 DPFPEEGPEKO = 15;
|
|
repeated BartenderTaskInfo unlock_task_list = 1;
|
|
}
|
|
|