ecspresso
    Preparing search index...

    Type Alias ConfigOf<B>

    ConfigOf: B extends { _cfg: infer Cfg extends WorldConfig } ? Cfg : never

    Extract the full WorldConfig from a Plugin or ECSpresso instance

    Type Parameters

    • B