mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-03-27 10:02:47 +01:00
[BREAKING CHANGE] proto auto compiled by gradle (#226)
* [BREAK] proto auto compiled by gradle * [BREAK] move proto to submodule * update gitmodules * [BREAK] move proto to submodule * move proto to submodule * fix merge conflict * fix github action after merging * fix merge conflicts and del submodule * upload the proto
This commit is contained in:
18
proto/EnterType.proto
Executable file
18
proto/EnterType.proto
Executable file
@@ -0,0 +1,18 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
enum EnterType {
|
||||
ENTER_NONE = 0;
|
||||
ENTER_SELF = 1;
|
||||
ENTER_GOTO = 2;
|
||||
ENTER_JUMP = 3;
|
||||
ENTER_OTHER = 4;
|
||||
ENTER_BACK = 5;
|
||||
ENTER_DUNGEON = 6;
|
||||
ENTER_DUNGEON_REPLAY = 7;
|
||||
ENTER_GOTO_BY_PORTAL = 8;
|
||||
ENTER_SELF_HOME = 9;
|
||||
ENTER_OTHER_HOME = 10;
|
||||
ENTER_GOTO_RECREATE = 11;
|
||||
}
|
||||
Reference in New Issue
Block a user