23 lines
618 B
Protocol Buffer
23 lines
618 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "AsterLargeDetailInfo.proto";
|
|
import "AsterLittleDetailInfo.proto";
|
|
import "AsterMidDetailInfo.proto";
|
|
import "AsterProgressDetailInfo.proto";
|
|
|
|
// Name: NHLLKHBJIFH
|
|
message AsterActivityDetailInfo {
|
|
uint32 content_close_time = 11;
|
|
AsterMidDetailInfo aster_mid = 1;
|
|
AsterLittleDetailInfo aster_little = 10;
|
|
bool is_content_closed = 6;
|
|
AsterProgressDetailInfo aster_progress = 3;
|
|
AsterLargeDetailInfo aster_large = 4;
|
|
uint32 JIIJEJPKLNK = 14;
|
|
uint32 KENCBMFCJDH = 13;
|
|
bool is_special_reward_taken = 9;
|
|
}
|
|
|