mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-12 04:45:44 -05:00
9 lines
202 B
Protocol Buffer
Vendored
9 lines
202 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Networking.Requests.Messages;
|
|
|
|
import "POGOProtos/Inventory/Item/ItemId.proto";
|
|
|
|
message UseIncenseMessage {
|
|
.POGOProtos.Inventory.Item.ItemId incense_type = 1;
|
|
}
|