This commit is contained in:
Robert Jelic
2025-02-18 19:49:53 +01:00
parent 815b383b5d
commit f29661e2ed
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
local PropertySystem = require("propertySystem")
local uuid = require("/libraries/utils").uuid
local uuid = require("libraries/utils").uuid
--- The base class for all UI elements in Basalt
--- @class BaseElement : PropertySystem