mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
clean unused proto
* add GetMapAreaReq,GetMapAreaRsp,MapAreaInfo (add robot in map)
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
enum FireworksLaunchParamType {
|
||||
FIREWORKS_LAUNCH_PARAM_TYPE_NONE = 0;
|
||||
FIREWORKS_LAUNCH_PARAM_TYPE_REPEAT = 1;
|
||||
FIREWORKS_LAUNCH_PARAM_TYPE_INTERVAL = 2;
|
||||
FIREWORKS_LAUNCH_PARAM_TYPE_DELAY = 3;
|
||||
FIREWORKS_LAUNCH_PARAM_TYPE_ROUND_INTERVAL = 4;
|
||||
FIREWORKS_LAUNCH_PARAM_TYPE_MAX = 5;
|
||||
}
|
Reference in New Issue
Block a user