GC-Proto/proto/MechanicusInfo.proto

18 lines
397 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Uint32Pair.proto";
2023-02-28 04:12:44 +03:00
// Name: NJOPCBIPPBE
2023-02-18 04:48:44 +03:00
message MechanicusInfo {
2023-02-28 04:12:44 +03:00
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;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00