GC-Proto/proto/AvatarExpeditionInfo.proto
2023-01-28 22:00:48 +08:00

15 lines
268 B
Protocol Buffer

syntax = "proto3";
import "AvatarExpeditionState.proto";
option java_package = "emu.grasscutter.net.proto";
message AvatarExpeditionInfo {
AvatarExpeditionState state = 1;
uint32 expId = 2;
uint32 hourTime = 3;
uint32 startTime = 4;
float shortenRatio = 5;
}