syntax = "proto3";
import "Rotation.proto";
option java_package = "emu.grasscutter.net.proto";
message ShapeBox {
Rotation center = 1;
Rotation axis0 = 2;
Rotation axis1 = 3;
Rotation axis2 = 4;
Rotation extents = 5;
}