mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
18 lines
450 B
Protocol Buffer
18 lines
450 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
import "ExpeditionChallengeInfo.proto";
|
||
|
import "ExpeditionPathInfo.proto";
|
||
|
|
||
|
// Name: FKHMOADCCBJ
|
||
|
message ExpeditionActivityDetailInfo {
|
||
|
repeated ExpeditionChallengeInfo challenge_info_list = 5;
|
||
|
uint32 BBFNGINCJBB = 14;
|
||
|
repeated ExpeditionPathInfo path_info_list = 6;
|
||
|
uint32 content_close_time = 7;
|
||
|
bool is_content_closed = 13;
|
||
|
uint32 LCEFDDNGDIP = 1;
|
||
|
}
|
||
|
|