mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
18 lines
397 B
Protocol Buffer
18 lines
397 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Uint32Pair.proto";
|
|
|
|
// Name: BCGPFOIOOFJ
|
|
message MechanicusInfo {
|
|
repeated uint32 LLONNKHKKHA = 11;
|
|
uint32 coin = 5;
|
|
uint32 mechanicus_id = 6;
|
|
repeated Uint32Pair gear_level_pair_list = 9;
|
|
bool is_finish_teach_dungeon = 8;
|
|
repeated uint32 FBPPLFNPECI = 3;
|
|
uint32 punish_over_time = 15;
|
|
}
|
|
|