linter fixes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
2026-02-18 08:16:10 +01:00
parent f589b9bbca
commit 3dd6cfcdcb
18 changed files with 125 additions and 147 deletions

View File

@@ -9,11 +9,11 @@ local MinigameButtonMashWindow = {}
local MinigameRhythmWindow = {}
local MinigameDDRWindow = {}
local Util = {}
local DesitionManager = {}
local ScreenManager = {} -- New declaration
local UI = {}
local Print = {}
local Input = {}
local Player = {}
local Audio = {}
Util = {}
DesitionManager = {}
ScreenManager = {} -- New declaration
UI = {}
Print = {}
Input = {}
Audio = {}