GC-Proto/proto/ElectroherculesBattleLevelI...

13 lines
219 B
Protocol Buffer
Raw Normal View History

2023-02-28 06:08:38 +03:00
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;
}