18 lines
393 B
Protocol Buffer
18 lines
393 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
|
|
import "ShapeType.proto";
|
|
import "MathQuaternion.proto";
|
|
import "Vector3Int.proto";
|
|
import "Vector.proto";
|
|
|
|
message HJMLEOOOJLJ {
|
|
ShapeType shape = 2;
|
|
MathQuaternion rotation = 5;
|
|
Vector3Int extents = 8;
|
|
int32 obstacle_id = 10;
|
|
Vector center = 12;
|
|
int64 NCNKMDBAFEH = 15;
|
|
}
|