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