Add resources system #111

Merged
CoCo_Sol merged 6 commits from add-resources-system into main 2024-04-06 11:24:35 +00:00
Showing only changes of commit b983fc04d8 - Show all commits

View file

@ -2,7 +2,7 @@
use bevy::prelude::*;
/// The resources plugin.
/// The plugin that manage the resources.
pub struct ResourcesPlugin;
impl Plugin for ResourcesPlugin {