1
0
Fork 0
roguelike-game/src/game_log.rs

4 lines
53 B
Rust
Raw Normal View History

pub struct GameLog {
pub entries: Vec<String>,
}