4 lines
85 B
Lua
4 lines
85 B
Lua
function()
|
|
local current, max = ShieldManager.GetStats()
|
|
return current, max, 1
|
|
end |