reactive_graph_sys_system_environment/
providers.rs

1use reactive_graph_plugin_api::prelude::providers::*;
2
3#[derive(TypeProvider, Component)]
4#[type_provider(tys = "EntityTypes", path = "types/entities")]
5pub struct SystemEnvironmentEntityTypesProvider {}