Back to Home

ESO Lua File v100021

ingame/restyle/restyle_manager.lua

[◄ back to folders ]
1
2
3
4
5
6
7
local Restyle_Manager = ZO_CallbackObject:Subclass()
function Restyle_Manager:New(...)
    return ZO_CallbackObject.New(self)
end
ZO_RESTYLE_MANAGER = Restyle_Manager:New()