ecspresso
    Preparing search index...

    Interface SystemRegistrar<Cfg>

    Narrow capability for application modules that only register systems.

    interface SystemRegistrar<Cfg extends WorldConfig = EmptyConfig> {
        addSystem(label: string): SystemBuilder<Cfg>;
    }

    Type Parameters

    Index