syntax = "proto3";
package POGOProtos.Enums;

enum AvatarCompletion {
	SUCCESS_AVATAR_COMPLETION = 0;
	QUIT = 1;
}
