удалены упоминания автора

This commit is contained in:
2026-03-15 16:46:29 +04:00
parent 44dd95dbd0
commit 7da6dd6aa1
27 changed files with 34 additions and 34 deletions
@@ -1,5 +1,5 @@
-- ============================================================================
-- Autora: Noa
-- MoonWell
-- ============================================================================
function GlueScrollFrameTemplate_OnMouseWheel(self, value, scrollBar)
scrollBar = scrollBar or _G[self:GetName() .. "ScrollBar"];
@@ -359,4 +359,4 @@ function EditBox_HandleTabbing(self, tabList)
local target = tabList[index];
_G[target]:SetFocus();
end
end