Skip to content

Commit 75848ef

Browse files
expose PlayerClass struct as well
1 parent 432ba8c commit 75848ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omp/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub mod checkpoint {
1717
}
1818

1919
pub mod classes {
20-
pub use omp_gdk::classes::Class;
20+
pub use omp_gdk::classes::{Class, PlayerClass};
2121
}
2222

2323
pub mod core {

0 commit comments

Comments
 (0)