mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-20 16:37:22 -05:00
9 lines
179 B
Protocol Buffer
Vendored
9 lines
179 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Inventory;
|
|
|
|
import "POGOProtos/Inventory/AppliedItem.proto";
|
|
|
|
message AppliedItems {
|
|
repeated .POGOProtos.Inventory.AppliedItem item = 4;
|
|
}
|