Grasscutter/proto/ActivityWatcherInfo.proto
2022-04-17 05:43:07 -07:00

11 lines
204 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message ActivityWatcherInfo {
uint32 watcherId = 1;
uint32 curProgress = 2;
uint32 totalProgress = 3;
bool isTakenReward = 4;
}