Skip to content
Snippets Groups Projects
Verified Commit 6135c568 authored by Louis's avatar Louis :fire:
Browse files

Advent -> Banimate

parent 1d437441
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@ mod plugin {
use crate::loader;
pub struct AdventAnimationsPlugin;
impl PluginGroup for AdventAnimationsPlugin {
pub struct BanimatePluginGroup;
impl PluginGroup for BanimatePluginGroup {
fn build(&mut self, group: &mut PluginGroupBuilder) {
group.add(super::systems::AnimationSystemsPlugin);
#[cfg(any(feature = "json_loader", feature = "toml_loader"))]
......@@ -19,4 +19,4 @@ mod plugin {
}
}
pub use plugin::AdventAnimationsPlugin;
pub use plugin::BanimatePluginGroup;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment