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

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

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

message PartyRecommendationSettings {
	PartyRcommendationMode mode = 1;
	float variance = 2;
	float third_move_weight = 3;

	enum PartyRcommendationMode {
		UNSET = 0;
		PARTY_RECOMMENDATION_MODE_1 = 1;
		PARTY_RECOMMENDATION_MODE_2 = 2;
		PARTY_RECOMMENDATION_MODE_3 = 3;
		PARTY_RECOMMENDATION_MODE_4 = 4;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy