module ecs.attributes; ///Used to mark optional components for system. enum optional = "optional"; ///Used to mark absen components for system. Enum 'AbsenComponents' should be used instead of it. enum absen = "absen";