Foundation - Component #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The primary building block of the ECS. Components are simple structs where only data is stored. Components are not allowed to store any functions or logic. They are strictly data only.
Implementation Ideas
c1efee5b4e