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

POGOProtos.Enums.BattleResultsExit.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Enums;

enum BattleResultsExit {
	LEAVE_GYM = 0;
	LEAVE_BATTLE = 1;
	CONTINUE_BATTLE = 2;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy