mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 08:49:26 +03:00
15 lines
281 B
Protocol Buffer
15 lines
281 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: FNBEPEJNOFD
|
|
message SummerTimeSprintBoatRecord {
|
|
repeated uint32 watcher_id_list = 12;
|
|
uint32 start_time = 9;
|
|
uint32 best_score = 1;
|
|
uint32 group_id = 3;
|
|
bool is_touched = 10;
|
|
}
|
|
|