2023-02-18 04:48:44 +03:00
|
|
|
syntax = "proto3";
|
|
|
|
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
2023-02-28 04:12:44 +03:00
|
|
|
import "CylinderRegionSize.proto";
|
|
|
|
import "PolygonRegionSize.proto";
|
2023-02-18 04:48:44 +03:00
|
|
|
import "Vector.proto";
|
|
|
|
|
2023-02-28 04:12:44 +03:00
|
|
|
// Name: HKKDPBGCGHK
|
|
|
|
// CmdId: 3065
|
2023-02-18 04:48:44 +03:00
|
|
|
message PlayerEyePointStateNotify {
|
2023-02-28 04:12:44 +03:00
|
|
|
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;
|
|
|
|
}
|
2023-02-18 04:48:44 +03:00
|
|
|
}
|
2023-02-28 04:12:44 +03:00
|
|
|
|