mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Added a few things to work on tonight.
I want to add those things to the keyboard tonight.
This commit is contained in:
parent
a31a33a6c9
commit
dc40a649e7
@ -67,6 +67,15 @@ namespace Artemis.Modules.Games.Dota2
|
|||||||
UpdateAbilities();
|
UpdateAbilities();
|
||||||
if (Settings.ShowHealth)
|
if (Settings.ShowHealth)
|
||||||
UpdateHealth();
|
UpdateHealth();
|
||||||
|
/*
|
||||||
|
* if (Settings.ShowDayCycle)
|
||||||
|
* UpdateDay();
|
||||||
|
* if (Settings.ShowMana) //Not sure if this is in the Json. Will check when I get home
|
||||||
|
* UpdateMana();
|
||||||
|
* if (Settings.CanCastItems)
|
||||||
|
* UpdateItems();
|
||||||
|
* if (Settings.) //Add something
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
private void UpdateHealth()
|
private void UpdateHealth()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user