Module elementalist::resources
source · Expand description
Resources are stored here for easy access via crate::resources::ResourceName
.
Systems for the resources may be here or in the specific system that needs them.
All resources can be added with default values to the game using the ElementalistResourcesPlugin
.
Re-exports
pub use plugin::ElementalistResourcesPlugin;