mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-25 07:19:38 -05:00
9 lines
191 B
Protocol Buffer
Vendored
9 lines
191 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Inventory;
|
|
|
|
import "POGOProtos/Inventory/EggIncubator.proto";
|
|
|
|
message EggIncubators {
|
|
repeated .POGOProtos.Inventory.EggIncubator egg_incubator = 1;
|
|
}
|