All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Map.Fort.FortModifier.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Map.Fort;

import "POGOProtos/Inventory/Item/ItemId.proto";

message FortModifier {
	.POGOProtos.Inventory.Item.ItemId item_id = 1;
	int64 expiration_timestamp_ms = 2;
	string deployer_player_codename = 3;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy