Skip to content

Commit

Permalink
rename dein move status
Browse files Browse the repository at this point in the history
  • Loading branch information
moklmaru committed Mar 20, 2024
1 parent e2a8a25 commit 556506a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions fighters/zelda/src/dein/status/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use super::*;

mod move;
mod dein_move;

pub fn install(agent: &mut Agent) {
move::install(agent);
dein_move::install(agent);
}

0 comments on commit 556506a

Please sign in to comment.