change docs

This commit is contained in:
CoCo_Sol 2024-04-05 12:46:05 +02:00
parent dde57a6e50
commit b983fc04d8

View file

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