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,21 +0,0 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
enum VisionType {
VisionNone = 0;
VisionMeet = 1;
VisionReborn = 2;
VisionReplace = 3;
VisionWaypointReborn = 4;
VisionMiss = 5;
VisionDie = 6;
VisionGatherEscape = 7;
VisionRefresh = 8;
VisionTransport = 9;
VisionReplaceDie = 10;
VisionReplaceNoNotify = 11;
VisionBorn = 12;
VisionPickup = 13;
VisionRemove = 14;
}