GC-Proto/proto/ElectroherculesBattleLevelI...

13 lines
219 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: CHEEIFOPCKI
message ElectroherculesBattleLevelInfo {
uint32 level_id = 4;
uint32 min_finish_time = 5;
bool is_finish = 6;
}