mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-07-18 16:21:47 -05:00
11 lines
241 B
Protocol Buffer
Vendored
11 lines
241 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Settings.Master.Pokemon;
|
|
|
|
message CameraAttributes {
|
|
float disk_radius_m = 1;
|
|
float cylinder_radius_m = 2;
|
|
float cylinder_height_m = 3;
|
|
float cylinder_ground_m = 4;
|
|
float shoulder_mode_scale = 5;
|
|
}
|