Some Fetter Protos
This commit is contained in:
10
proto/FetterState.proto
Normal file
10
proto/FetterState.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
enum FetterState {
|
||||
NONE = 0;
|
||||
NOT_OPEN = 1;
|
||||
OPEN = 2;
|
||||
FINISH = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user