mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-13 21:26:11 -05:00
7 lines
133 B
Protocol Buffer
7 lines
133 B
Protocol Buffer
syntax = "proto3";
|
|
package POGOProtos.Networking.Requests.Messages;
|
|
|
|
message CheckCodenameAvailableMessage {
|
|
string codename = 1;
|
|
}
|