mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
Format Rust code using rustfmt
This commit is contained in:
parent
ed528c95d7
commit
42ca84b820
1 changed files with 1 additions and 1 deletions
|
@ -1,12 +1,12 @@
|
|||
use crate::common::{is_training_mode, menu, FIGHTER_MANAGER_ADDR, STAGE_MANAGER_ADDR};
|
||||
use crate::hitbox_visualizer;
|
||||
use skyline::hooks::{getRegionAddress, InlineCtx, Region};
|
||||
use skyline::nn::hid::*;
|
||||
use skyline::nn::ro::LookupSymbol;
|
||||
use smash::app::{self, lua_bind::*};
|
||||
use smash::lib::lua_const::*;
|
||||
use smash::params::*;
|
||||
use smash::phx::Hash40;
|
||||
use skyline::hooks::{InlineCtx, Region, getRegionAddress};
|
||||
|
||||
pub mod buff;
|
||||
pub mod combo;
|
||||
|
|
Loading…
Reference in a new issue