mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-05-01 02:07:09 -05:00
7 lines
124 B
Protocol Buffer
7 lines
124 B
Protocol Buffer
syntax = "proto3";
|
|
package POGOProtos.Networking.Requests.Messages;
|
|
|
|
message ClaimCodenameMessage {
|
|
string codename = 1;
|
|
}
|