aboutsummaryrefslogtreecommitdiff
path: root/plugins/movement/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/movement/src/lib.rs')
-rw-r--r--plugins/movement/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/movement/src/lib.rs b/plugins/movement/src/lib.rs
index d279d3b..626bb5a 100644
--- a/plugins/movement/src/lib.rs
+++ b/plugins/movement/src/lib.rs
@@ -28,9 +28,9 @@ import!(reducer);
/// Cigarette Hacker movement plugin
///
/// Used to describe the movement of characters in the game
-pub struct CHMovementPlugins;
+pub struct CHMovementPlugin;
-impl Plugin for CHMovementPlugins {
+impl Plugin for CHMovementPlugin {
fn build(&self, app: &mut bevy::app::App) {
app.add_systems(FixedUpdate, update_movement);
}