2023-01-28 17:00:48 +03:00
|
|
|
syntax = "proto3";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
2023-01-28 18:50:00 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2023-01-28 17:00:48 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import "ExpeditionChallengeInfo.proto";
|
|
|
|
import "ExpeditionPathInfo.proto";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
2023-01-28 17:00:48 +03:00
|
|
|
message ExpeditionInfo {
|
|
|
|
repeated ExpeditionChallengeInfo exceededItemTypeList = 2;
|
|
|
|
bool leftMonsters = 12;
|
|
|
|
uint32 Unk3300_MNPBCNEDKAJ = 3;
|
|
|
|
uint32 contentCloseTime = 9;
|
|
|
|
uint32 Unk3300_GJLCAJOFCKL = 4;
|
|
|
|
repeated ExpeditionPathInfo pathInfoList = 13;
|
|
|
|
}
|