wolfadex / elm-ecs / Ecs.Config


type alias Spec world =
{ get : world -> Ecs.Internal.Config
, set : Ecs.Internal.Config -> world -> world 
}

Similar to the Ecs.Component.Spec but for Config

init : Ecs.Internal.Config

Initializes your Ecs setup