GC-Proto/proto/TreasureMapDetectorData.proto

15 lines
265 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
import "Rotation.proto";
option java_package = "emu.grasscutter.net.proto";
message TreasureMapDetectorData {
repeated Rotation spotList = 15;
uint32 regionId = 6;
uint32 radius = 7;
Rotation centerPos = 8;
bool isRegionDetected = 12;
}