mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-12 04:45:44 -05:00
9 lines
208 B
Protocol Buffer
Vendored
9 lines
208 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Networking.Requests.Messages;
|
|
|
|
import "POGOProtos/Data/Player/PlayerAvatar.proto";
|
|
|
|
message SetAvatarMessage {
|
|
.POGOProtos.Data.Player.PlayerAvatar player_avatar = 2;
|
|
}
|