2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2023-02-02 04:57:20 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2024-07-05 00:44:58 +03:00
|
|
|
// 4.7.0
|
|
|
|
// Obf: IGECABELLEF
|
2022-11-06 15:30:21 +03:00
|
|
|
message ActivityWatcherInfo {
|
2024-07-05 00:44:58 +03:00
|
|
|
uint32 total_progress = 9;
|
|
|
|
uint32 watcher_id = 12;
|
|
|
|
bool is_taken_reward = 6;
|
|
|
|
uint32 cur_progress = 3;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|