GC-Proto/proto/ElectroherculesBattleLevelI...

13 lines
221 B
Protocol Buffer

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