syntax = "proto3";
package POGOProtos.Enums;

enum CombatPlayerFinishState {
	WINNER = 0;
	LOSER = 1;
	DRAW = 2;
}
