mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-10 03:32:59 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -2,14 +2,14 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "AvatarExpeditionState.proto";
|
||||
|
||||
// Name: ANJOMJAFKNK
|
||||
message AvatarExpeditionInfo {
|
||||
AvatarExpeditionState state = 1;
|
||||
uint32 expId = 2;
|
||||
uint32 hourTime = 3;
|
||||
uint32 startTime = 4;
|
||||
float shortenRatio = 5;
|
||||
AvatarExpeditionState state = 1;
|
||||
uint32 exp_id = 2;
|
||||
uint32 hour_time = 3;
|
||||
uint32 start_time = 4;
|
||||
float shorten_ratio = 5;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user