mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-06-18 01:02:36 +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::common::{is_training_mode, menu, FIGHTER_MANAGER_ADDR, STAGE_MANAGER_ADDR};
|
||||||
use crate::hitbox_visualizer;
|
use crate::hitbox_visualizer;
|
||||||
|
use skyline::hooks::{getRegionAddress, InlineCtx, Region};
|
||||||
use skyline::nn::hid::*;
|
use skyline::nn::hid::*;
|
||||||
use skyline::nn::ro::LookupSymbol;
|
use skyline::nn::ro::LookupSymbol;
|
||||||
use smash::app::{self, lua_bind::*};
|
use smash::app::{self, lua_bind::*};
|
||||||
use smash::lib::lua_const::*;
|
use smash::lib::lua_const::*;
|
||||||
use smash::params::*;
|
use smash::params::*;
|
||||||
use smash::phx::Hash40;
|
use smash::phx::Hash40;
|
||||||
use skyline::hooks::{InlineCtx, Region, getRegionAddress};
|
|
||||||
|
|
||||||
pub mod buff;
|
pub mod buff;
|
||||||
pub mod combo;
|
pub mod combo;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue