move proto to submodule
This commit is contained in:
9
proto/CoopReward.proto
Normal file → Executable file
9
proto/CoopReward.proto
Normal file → Executable file
@@ -2,9 +2,14 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "CoopRewardState.proto";
|
||||
|
||||
message CoopReward {
|
||||
enum State {
|
||||
UNLOCK = 0;
|
||||
LOCK = 1;
|
||||
TAKEN = 2;
|
||||
}
|
||||
|
||||
uint32 id = 1;
|
||||
CoopRewardState state = 2;
|
||||
State state = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user