13 lines
225 B
Protocol Buffer
13 lines
225 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "Vector.proto";
|
|
// Obf: GJEOHIBBKDA
|
|
message MassiveBoxInfo {
|
|
int32 id = 1;
|
|
uint32 config_id = 2;
|
|
Vector center = 3;
|
|
Vector extents = 4;
|
|
Vector up = 5;
|
|
Vector forward = 6;
|
|
Vector right = 7;
|
|
}
|