GC-Proto/proto/PlayerEyePointStateNotify.proto
2023-02-28 09:12:44 +08:00

28 lines
663 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "CylinderRegionSize.proto";
import "PolygonRegionSize.proto";
import "Vector.proto";
// Name: HKKDPBGCGHK
// CmdId: 3065
message PlayerEyePointStateNotify {
bool BBGEGPLJIEE = 13;
int32 fix_lod_level = 12;
Vector eye_point_pos = 14;
bool DIEJPBFPPFC = 9;
uint32 JFMPEFGAHLF = 10;
uint32 EMOIPBDAMAA = 11;
uint32 IKMIOFDEJNF = 1;
uint32 LJNLOCELKND = 2;
oneof region_size {
float sphere_radius = 1214;
Vector cubic_size = 1267;
CylinderRegionSize cylinder_size = 778;
PolygonRegionSize polygon_size = 1154;
}
}