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";
import "MapMarkFromType.proto";
import "MapMarkPointType.proto";
import "Vector.proto";
message MapMarkPoint {
uint32 sceneId = 1;
string name = 2;
Vector pos = 3;
MapMarkPointType pointType = 4;
uint32 monsterId = 5;
MapMarkFromType fromType = 6;
uint32 questId = 7;
}