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,16 +0,0 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message GivingRecord {
bool isGadgetGiving = 6;
uint32 groupId = 14;
uint32 givingId = 4;
uint32 configId = 7;
uint32 lastGroupId = 8;
bool isFinished = 1;
map<uint32, uint32> materialCountMap = 10;
}