Remove protos

This commit is contained in:
Melledy
2022-04-19 10:23:08 -07:00
parent ba6b93487f
commit 54c77e47a4
364 changed files with 0 additions and 4491 deletions

View File

@@ -1,17 +0,0 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
enum InteractType {
InteractNone = 0;
InteractPickItem = 1;
InteractGather = 2;
InteractOpenChest = 3;
InteractOpenStatue = 4;
InteractConsum = 5;
InteractMpPlayReward = 6;
InteractView = 7;
InteractGeneralReward = 8;
InteractMiracleRing = 9;
InteractFoundation = 10;
}