move proto to submodule
This commit is contained in:
9
proto/AvatarExpeditionState.proto
Normal file → Executable file
9
proto/AvatarExpeditionState.proto
Normal file → Executable file
@@ -3,8 +3,9 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
enum AvatarExpeditionState {
|
||||
AvatarExpeditionNone = 0;
|
||||
AvatarExpeditionDoing = 1;
|
||||
AvatarExpeditionFinishWaitReward = 2;
|
||||
AvatarExpeditionCallbackWaitReward = 3;
|
||||
AVATAR_EXPEDITION_NONE = 0;
|
||||
AVATAR_EXPEDITION_DOING = 1;
|
||||
AVATAR_EXPEDITION_FINISH_WAIT_REWARD = 2;
|
||||
AVATAR_EXPEDITION_CALLBACK_WAIT_REWARD = 3;
|
||||
AVATAR_EXPEDITION_LOCKED = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user