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
6 lines
109 B
TOML
6 lines
109 B
TOML
FileVersion = 1
|
|
|
|
[Project]
|
|
Name = "Theater-ECS"
|
|
TargetType = "BeefLib"
|
|
StartupObject = "Theater_ECS.Program"
|