mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
18 lines
364 B
Protocol Buffer
18 lines
364 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
|
||
|
import "Uint32Pair.proto";
|
||
|
|
||
|
message MechanicusInfo {
|
||
|
uint32 mechanicusId = 14;
|
||
|
repeated uint32 Unk3300_KJLGFEPIENG = 7;
|
||
|
repeated Uint32Pair gearLevelPairList = 6;
|
||
|
repeated uint32 Unk3300_EEBEOCMAIKN = 12;
|
||
|
bool isFinishTeachDungeon = 3;
|
||
|
uint32 coin = 8;
|
||
|
uint32 punishOverTime = 10;
|
||
|
}
|