Update

Update

Update

Update

Update

Update

Update

Update

Update
This commit is contained in:
2025-05-04 20:46:46 +02:00
parent 169a514973
commit ba1f7e14bf
38 changed files with 2952 additions and 90 deletions

7
ui/WorldFrame.lua Normal file
View File

@@ -0,0 +1,7 @@
---@meta
---@class WorldFrame : Frame
WorldFrame = {
--- The WorldFrame is a special frame that displays the 3D game world.
--- It inherits all methods from Frame but has no additional methods of its own.
}