Miss file ShapeType

This commit is contained in:
Akbar Yahya
2022-11-07 04:51:07 +08:00
parent dfe18ccb7d
commit 99086a2514
3 changed files with 8 additions and 4 deletions

View File

@@ -23,14 +23,16 @@ import "Vector.proto";
option java_package = "emu.grasscutter.net.proto";
message ToTheMoonObstacleInfo {
ShapeType type = 2;
//ShapeType type = 2;
int32 handle_id = 11;
MathQuaternion rotation = 7;
Vector center = 13;
Vector half_extents = 14;
/*
enum ShapeType {
SHAPE_TYPE_OBSTACLE_SHAPE_CAPSULE = 0;
SHAPE_TYPE_OBSTACLE_SHAPE_BOX = 1;
}
*/
}