Files
wow_Meta/ui/WorldFrame.lua
2025-05-04 23:07:33 +02:00

8 lines
210 B
Lua

---@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.
}