VuhDoConfigConvenience.lua 280 Bytes
Newer Older
humfras's avatar
humfras committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21



--
function VUHDO_isShowGcd()
	return VUHDO_CONFIG["IS_SHOW_GCD"];
end



--
function VUHDO_isShowDirectionArrow()
	return VUHDO_CONFIG["DIRECTION"]["enable"];
end



--
function VUHDO_getPlayerClassBuffs()
	return VUHDO_CLASS_BUFFS[VUHDO_PLAYER_CLASS];
end