1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-02-22 22:40:29 +03:00
GC-Proto/proto/MoonfinTrialLevelInfo.proto

12 lines
184 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: CLELFIEDKDC
message MoonfinTrialLevelInfo {
uint32 best_record = 12;
uint32 open_time = 7;
}