GC-Proto/proto/MechanicusInfo.proto
2023-02-28 09:12:44 +08:00

18 lines
397 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Uint32Pair.proto";
// Name: NJOPCBIPPBE
message MechanicusInfo {
uint32 coin = 9;
uint32 punish_over_time = 6;
repeated uint32 GHGMJKLAAPH = 8;
bool is_finish_teach_dungeon = 5;
uint32 mechanicus_id = 12;
repeated uint32 BAIFJGCDOAI = 10;
repeated Uint32Pair gear_level_pair_list = 7;
}