mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
refactor(class): mark mixins.new as protected
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user