/// The implementation. /// Reference: [Node-GameGig](https://github.com/gamedig/node-gamedig/blob/master/protocols/ffow.js) pub mod protocol; /// All types used by the implementation. pub mod types; pub use protocol::*; pub use types::*;