mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
f3ef8fbf64
* fix some proto names needed by dockergs * fix no found proto in op.js
21 lines
434 B
Protocol Buffer
21 lines
434 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "ExpeditionState.proto";
|
|
|
|
message ExpeditionPathInfo {
|
|
uint32 startTime = 15;
|
|
uint32 Unk3300_LFIFDGAGFDC = 7;
|
|
uint32 pathId = 11;
|
|
repeated uint32 avatarIdList = 2;
|
|
uint32 challengeId = 3;
|
|
ExpeditionState state = 9;
|
|
uint32 Unk3300_AIEJKADFLKG = 10;
|
|
uint32 Unk3300_LKAHOEBNBBI = 1;
|
|
uint32 Unk3300_AFGPGIIGAKA = 14;
|
|
float bonusProbability = 8;
|
|
}
|