2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
|
|
|
|
|
|
|
|
2023-01-28 17:00:48 +03:00
|
|
|
|
|
|
|
import "Rotation.proto";
|
|
|
|
import "LunaRiteHintPointType.proto";
|
2022-11-06 15:30:21 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
message LunaRiteHintPoint {
|
2023-01-28 17:00:48 +03:00
|
|
|
uint32 index = 4;
|
|
|
|
Rotation pos = 11;
|
|
|
|
uint32 areaId = 2;
|
|
|
|
LunaRiteHintPointType type = 15;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|