mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-03-28 21:04:36 -05:00
9 lines
203 B
Protocol Buffer
9 lines
203 B
Protocol Buffer
syntax = "proto3";
|
|
package POGOProtos.Networking.Requests.Messages;
|
|
|
|
import "POGOProtos/Enums/PokemonId.proto";
|
|
|
|
message EncounterTutorialCompleteMessage {
|
|
.POGOProtos.Enums.PokemonId pokemon_id = 1;
|
|
}
|