diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-08 15:32:37 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-08 15:32:37 +0800 |
| commit | ebd8f440ae5a2d131cd4e6c064b2d97209cf0858 (patch) | |
| tree | 92d68febf5d348d94f28296f4a3b2b1f6aa8c3e7 /src/main.rs | |
| parent | 2dbd40cfce7ba57dc7a74ec406ac35bd5bcac1e2 (diff) | |
refactor: rename CHMovementPlugins to CHMovementPlugin
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 79b464e..4906590 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,6 +8,6 @@ use bevy::prelude::*; fn main() { let mut app = App::new(); app.add_plugins(DefaultPlugins); - app.add_plugins(ch_movement::CHMovementPlugins); + app.add_plugins(ch_movement::CHMovementPlugin); app.run(); } |
