mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-19 18:34:49 +01:00
Remove protos
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "FetterData.proto";
|
||||
|
||||
message AvatarFetterInfo {
|
||||
uint32 expNumber = 1;
|
||||
uint32 expLevel = 2;
|
||||
repeated uint32 openIdList = 3;
|
||||
repeated uint32 finishIdList = 4;
|
||||
repeated uint32 rewardedFetterLevelList = 5;
|
||||
repeated FetterData fetterList = 6;
|
||||
}
|
||||
Reference in New Issue
Block a user