package orsc.enumerations;

public enum SocialPopupMode {
	NONE, ADD_FRIEND, MESSAGE_FRIEND, ADD_IGNORE
}
