You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
280 B
21 lines
280 B
|
2 years ago
|
|
||
|
|
|
||
|
|
|
||
|
|
--
|
||
|
|
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
|