20 lines
473 B
Protocol Buffer
20 lines
473 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
|
|
import "Vector.proto";
|
|
import "HKINNEHLNAC.proto";
|
|
import "HEOKEFPJIKF.proto";
|
|
|
|
message OBPABMGDAHJ {
|
|
uint32 group_id = 1;
|
|
Vector pos = 2;
|
|
uint32 config_id = 6;
|
|
uint32 shape = 8;
|
|
oneof BAOKDJELELH {
|
|
float sphere_radius = 245;
|
|
HKINNEHLNAC polygon_size = 499;
|
|
Vector cubic_size = 505;
|
|
HEOKEFPJIKF cylinder_size = 1354;
|
|
}
|