mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
fix ShapeType
I compared them with the _original_ files and fixed them.There is no `ShapeType.proto` in fact.The imports in the proto files may be generated by a script,which mistakenly import a wrong file.Should use `ObstacleInfo.ShapeType` and import `ObstacleInfo.proto`.Believe in me.
This commit is contained in:
@@ -23,16 +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;
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user