Returns the ECS this system belongs to.
system:ecs()
ecs
local ecs = crystal.ECS:new(); local system = ecs:add_system(crystal.System); assert(system:ecs() == ecs);