15 lines
274 B
Protocol Buffer
15 lines
274 B
Protocol Buffer
|
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;
|
||
|
}
|
||
|
|