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-04-11 06:14:48 +03:00
|
|
|
// CmdId: 3222
|
|
|
|
// Name: CDIJDIKAMLC
|
2023-02-18 04:48:44 +03:00
|
|
|
message PlayerEyePointStateNotify {
|
2023-04-11 06:14:48 +03:00
|
|
|
bool EBMNNMLGDFM = 13;
|
|
|
|
uint32 BMCPCINJEAI = 5;
|
|
|
|
uint32 JEJEJCACLMD = 1;
|
|
|
|
uint32 DAJKMINBALI = 14;
|
|
|
|
Vector eye_point_pos = 7;
|
|
|
|
bool EMOONDLNHJK = 6;
|
|
|
|
int32 fix_lod_level = 9;
|
|
|
|
uint32 KLHMJNPKGJP = 4;
|
2023-02-28 04:12:44 +03:00
|
|
|
oneof region_size {
|
2023-04-11 06:14:48 +03:00
|
|
|
float sphere_radius = 1292;
|
|
|
|
Vector cubic_size = 362;
|
|
|
|
CylinderRegionSize cylinder_size = 208;
|
|
|
|
PolygonRegionSize polygon_size = 886;
|
2023-02-28 04:12:44 +03:00
|
|
|
}
|
2023-02-18 04:48:44 +03:00
|
|
|
}
|
2023-02-28 04:12:44 +03:00
|
|
|
|