mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-15 22:25:50 -05:00
7 lines
106 B
Protocol Buffer
Vendored
7 lines
106 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Data.Player;
|
|
|
|
message PlayerCamera {
|
|
bool is_default_camera = 1;
|
|
}
|