1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-20 00:46:34 +00:00

Another set of fixes

This commit is contained in:
jugeeya 2023-08-02 13:51:58 -07:00 committed by GitHub
parent 43dc9e4bb7
commit e91858ad13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#[macro_use]
pub mod structures;
pub mod structures;

View file

@ -30,11 +30,11 @@ pub mod ui;
mod air_dodge_direction;
mod attack_angle;
mod character_specific;
mod input_recording;
mod fast_fall;
mod full_hop;
pub mod input_delay;
mod input_record;
mod input_recording;
mod mash;
mod reset;
pub mod save_states;