mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
15 lines
280 B
Protocol Buffer
15 lines
280 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: OOHLEADJAIL
|
|
message ReunionWatcherInfo {
|
|
uint32 cur_progress = 1;
|
|
uint32 watcher_id = 2;
|
|
uint32 reward_unlock_time = 3;
|
|
uint32 total_progress = 13;
|
|
bool is_taken_reward = 10;
|
|
}
|
|
|