NahidaImpact/NahidaImpact.Protocol/MassiveBoxInfo.proto
2024-01-04 16:48:39 +03:00

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;
}