Files
PkmnLib_rs/src/dynamic_data/history/mod.rs
Deukhoofd 314e9dbe1a
All checks were successful
continuous-integration/drone/push Build is passing
Initial work on adding documentation, reorganises modules
2022-06-19 21:34:08 +02:00

4 lines
131 B
Rust

/// The history holder holds all specific history events that happened in the battle.
#[derive(Debug)]
pub struct HistoryHolder {}