mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
* Fix Nama TrifleItem to Item
* Fix Name Rotation to Vector
This commit is contained in:
@@ -4,7 +4,7 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
import "OptionType.proto";
|
||||
import "Rotation.proto";
|
||||
import "Vector.proto";
|
||||
import "AStarMethod.proto";
|
||||
import "FilterType.proto";
|
||||
message ToTheMoonQueryPathReq {
|
||||
@@ -19,12 +19,12 @@ message ToTheMoonQueryPathReq {
|
||||
|
||||
OptionType queryType = 15;
|
||||
int32 queryId = 3;
|
||||
Rotation sourcePos = 12;
|
||||
Vector sourcePos = 12;
|
||||
uint32 sceneId = 6;
|
||||
AStarMethod astarMethod = 1;
|
||||
FilterType filterType = 8;
|
||||
int32 fuzzyRange = 7;
|
||||
bool Unk3300_OFGONAMNIJG = 10;
|
||||
bool Unk3300_BBLMBILIOGP = 2;
|
||||
Rotation destinationPos = 5;
|
||||
Vector destinationPos = 5;
|
||||
}
|
||||
|
Reference in New Issue
Block a user