refactor(class): mark mixins.new as protected

This commit is contained in:
Linden
2024-05-19 15:33:16 +10:00
parent 9a2a911b2a
commit c2efb22e38

View File

@@ -50,6 +50,7 @@ end
local function void() return '' end local function void() return '' end
---Creates a new instance of the given class. ---Creates a new instance of the given class.
---@protected
---@generic T ---@generic T
---@param class T | OxClass ---@param class T | OxClass
---@return T ---@return T