mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 16:39:26 +03:00
17 lines
342 B
Protocol Buffer
17 lines
342 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: HCHFGMGNJLP
|
|
message EffigyDailyInfo {
|
|
uint32 begin_time = 8;
|
|
uint32 challenge_id = 11;
|
|
uint32 HGOJAHFKIPJ = 13;
|
|
uint32 challenge_max_score = 10;
|
|
uint32 day_index = 2;
|
|
bool is_first_pass_reward_taken = 6;
|
|
uint32 LBHBBFCKFKD = 12;
|
|
}
|
|
|