Skip to content

Commit

Permalink
refactor(class): mark mixins.new as protected
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed May 19, 2024
1 parent 9a2a911 commit c2efb22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imports/class/shared.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ end
local function void() return '' end

---Creates a new instance of the given class.
---@protected
---@generic T
---@param class T | OxClass
---@return T
Expand Down

0 comments on commit c2efb22

Please sign in to comment.