Skip to content

Commit

Permalink
expose PlayerClass struct as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed Aug 26, 2024
1 parent 432ba8c commit 75848ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub mod checkpoint {
}

pub mod classes {
pub use omp_gdk::classes::Class;
pub use omp_gdk::classes::{Class, PlayerClass};
}

pub mod core {
Expand Down

0 comments on commit 75848ef

Please sign in to comment.