Update 3.6

This commit is contained in:
Akbar Yahya
2023-04-11 11:14:48 +08:00
parent cbd6502c4b
commit fbb363e4bb
3723 changed files with 19729 additions and 21833 deletions

View File

@@ -3,12 +3,12 @@ syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: ECNGFMLEHPN
// Name: FONAIIICBPA
message FlightDailyRecord {
uint32 group_id = 12;
bool is_touched = 14;
uint32 best_score = 8;
uint32 start_time = 10;
repeated uint32 watcher_id_list = 15;
repeated uint32 watcher_id_list = 13;
uint32 best_score = 12;
bool is_touched = 11;
uint32 start_time = 4;
uint32 group_id = 14;
}