Theater-ECS/BeefProj.toml
Booklordofthedings 1f507c254b Version 0.8 Release (#6)
Entity:
- ID
- Version
- Creation
- Deletion
- Alive

Components:
- Creation
- Deletion
- Adding/removing from entity
- Store them packed
- UList

Systems:
- Iterate
- Register
- Automatically getting filled with component data

Reviewed-on: #6
2024-11-23 10:20:20 +01:00

6 lines
109 B
TOML

FileVersion = 1
[Project]
Name = "Theater-ECS"
TargetType = "BeefLib"
StartupObject = "Theater_ECS.Program"