rymder 0.8.0

Unofficial agones client SDK
Documentation
1
2
3
4
5
6
7
8
9
10
//! The code generated from the agones protobuffer files

pub mod api {
    pub use crate::generated::agones::dev::sdk::*;
}

#[cfg(feature = "player-tracking")]
pub mod alpha {
    pub use crate::generated::agones::dev::sdk::alpha::*;
}