clean unused proto

* add GetMapAreaReq,GetMapAreaRsp,MapAreaInfo (add robot in map)
This commit is contained in:
Akbar Yahya
2023-02-18 09:54:42 +08:00
parent fa082fdd89
commit 1dba984775
2220 changed files with 10 additions and 39939 deletions

View File

@@ -1,21 +0,0 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ItemParam.proto";
message TakeAchievementRewardRsp {
//enum LDLMKKMLOPI {
// option allow_alias= true;
// NONE = 0;
// PEPPOHPHJOJ = 2691;
// DCDNILFDFLB = 0;
// NNBKOLMPOEA = 1;
//}
repeated ItemParam itemList = 7;
repeated uint32 idList = 4;
int32 retcode = 13;
}