mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-19 18:34:49 +01:00
Add all AvatarExpedition protos
Expedition system has almost done but still has some bug so it will be uploaded later
This commit is contained in:
12
proto/AvatarExpeditionInfo.proto
Normal file
12
proto/AvatarExpeditionInfo.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
import "AvatarExpeditionState.proto";
|
||||
|
||||
message AvatarExpeditionInfo {
|
||||
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