diff --git a/src/lib.rs b/src/lib.rs index 2a184a5..76ae7cc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,4 +2,4 @@ mod client; pub use client::{RconClient, RconError, RconResult}; mod command; -pub use command::{Command, Selector}; \ No newline at end of file +pub use command::{Command, Selector, Difficulty, Gamemode}; \ No newline at end of file