2023-09-02 00:26:44 +03:00
|
|
|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2024-05-22 14:51:09 +03:00
|
|
|
|
2023-09-02 00:26:44 +03:00
|
|
|
import "Vector.proto";
|
2024-05-22 14:51:09 +03:00
|
|
|
|
|
|
|
//obf: ACPDAEBLCBA
|
2023-09-02 00:26:44 +03:00
|
|
|
message ShapeBox {
|
2024-06-02 06:52:03 +03:00
|
|
|
Vector center = 1;
|
|
|
|
Vector axis0 = 2;
|
|
|
|
Vector axis1 = 3;
|
|
|
|
Vector axis4 = 4;
|
|
|
|
Vector extents = 5;
|
2023-09-02 00:26:44 +03:00
|
|
|
}
|