The Stats are broken down into categories Basic, Normal, and Advanced
Basic
Normal
Advanced
This allows you to run: rs:no_run use crate rpgstat::stats::Basic as Stats // more stuff fn my_fun () { let b = Stats::default(); // whatever }
rs:no_run use crate rpgstat::stats::Basic as Stats // more stuff fn my_fun () { let b = Stats::default(); // whatever }