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

POGOProtos.Settings.Master.FormSettings.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Settings.Master;

import "POGOProtos/Enums/Form.proto";
import "POGOProtos/Enums/PokemonId.proto";

message FormSettings {
	.POGOProtos.Enums.PokemonId pokemon = 1;
	repeated Form forms = 2;

	message Form {
		.POGOProtos.Enums.Form form = 1;
		int32 asset_bundle_value = 2;
		string asset_bundle_suffix = 3;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy