Skip to content

v3.2: Adds base entity with identifier trait

Choose a tag to compare

@thorewi thorewi released this 27 Sep 06:02
· 26 commits to master since this release
Introduces a base entity class with a reusable identifier trait.

This provides a consistent way to manage entity IDs and simplifies
entity creation and cloning. It also defines an interface for
entities to ensure a common getId method.