Added GUI.* to Lua docs

This commit is contained in:
EvilFactory
2024-08-25 16:49:45 -03:00
parent fd29b395a7
commit 4e9ef97fac
33 changed files with 281 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
-- luacheck: ignore 111
--[[--
Barotrauma.Screen
]]
-- @code GUI.Screen
-- @pragma nostrip
local Screen = {}