mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 00:19:24 +03:00
20 lines
479 B
Protocol Buffer
20 lines
479 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 JPIOCEPLHCM = 8;
|
||
|
oneof BAOKDJELELH {
|
||
|
float sphere_radius = 245;
|
||
|
HKINNEHLNAC polygon_size = 499;
|
||
|
Vector cubic_size = 505;
|
||
|
HEOKEFPJIKF cylinder_size = 1354;
|
||
|
}
|