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:
18
proto/AvatarExpeditionStartReq.proto
Normal file
18
proto/AvatarExpeditionStartReq.proto
Normal file
@@ -0,0 +1,18 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message AvatarExpeditionStartReq {
|
||||
enum CmdId {
|
||||
option allow_alias = true;
|
||||
ENET_CHANNEL_ID = 0;
|
||||
NONE = 0;
|
||||
ENET_IS_RELIABLE = 1;
|
||||
IS_ALLOW_CLIENT = 1;
|
||||
CMD_ID = 1609;
|
||||
}
|
||||
|
||||
uint64 avatar_guid = 1;
|
||||
uint32 exp_id = 2;
|
||||
uint32 hour_time = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user