Skip to content

Commit

Permalink
Release - 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuh4 committed Jun 17, 2024
1 parent 2e3f7a4 commit e8eadf3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions _build/Noir.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3437,9 +3437,8 @@ end
---@class NoirGameSettingsService: NoirService
Noir.Services.GameSettingsService = Noir.Services:CreateService("GameSettingsService")

function Noir.Services.GameSettingsService:ServiceInit()

end
function Noir.Services.GameSettingsService:ServiceInit() end
function Noir.Services.GameSettingsService:ServiceStart() end

--[[
Returns the value of the provided game setting.
Expand Down Expand Up @@ -4027,7 +4026,7 @@ end
The current version of Noir.<br>
Follows [Semantic Versioning.](https://semver.org)
]]
Noir.Version = "1.7.2"
Noir.Version = "1.7.3"

--[[
This event is called when the framework is started.<br>
Expand Down

0 comments on commit e8eadf3

Please sign in to comment.