This commit is contained in:
NoryiE
2025-09-14 08:55:45 +00:00
parent b79c15a53c
commit 741a53aa04
22 changed files with 45 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
# PropertySystem
_PropertySystem is a class that allows Elements to have properties that can be observed and updated.
It also allows for properties to have custom getters and setters. This is the base system for all Elements._
_PropertySystem is a class that allows Elements to have properties that can be observed and updated._
_It also allows for properties to have custom getters and setters. This is the base system for all Elements._
## Functions