GC-Proto/proto/FlightDailyRecord.proto

15 lines
274 B
Protocol Buffer
Raw Normal View History

2023-04-11 11:18:47 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: FONAIIICBPA
message FlightDailyRecord {
repeated uint32 watcher_id_list = 13;
uint32 best_score = 12;
bool is_touched = 11;
uint32 start_time = 4;
uint32 group_id = 14;
}