GC-Proto/proto/ExpeditionChallengeInfo.proto

13 lines
204 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: FFADNOLCIKG
message ExpeditionChallengeInfo {
uint32 open_time = 5;
uint32 id = 15;
bool is_finished = 11;
}