OpenChamp / client

The Godot Project for OpenChamp
GNU General Public License v3.0
110 stars 18 forks source link

Mana UI fix #78

Closed InAJacket closed 1 month ago

InAJacket commented 1 month ago

Replaced instances of champion.get_mana() and champion.get_max_mana() to reflect mana sync changes.

If you find any leftover uses of these functions, please replace them with direct references to the champion object's properties.