Fixed lib Translit on healing done

This commit is contained in:
Tercio Jose
2021-08-03 10:44:42 -03:00
parent 4fe002cf18
commit b4b6b64504
5 changed files with 61 additions and 4 deletions
+5
View File
@@ -14,6 +14,11 @@ With this object, you can start querying the library for information.
Functions:
local sentRequest = raidStatusLib.RequestAllPlayersInfo()
Request to all players to send all data infomation: cooldowns, gear and player data.
Instants after calling this, expect to receive several callbacks.
local allPlayersGear = raidStatusLib.gearManager.GetAllPlayersGear()
allPlayersGear = {
["playerName1"] = playerGear,