significant events in morgue file, better event logging
This commit is contained in:
parent
de5dacb2ba
commit
738484436b
38 changed files with 246 additions and 102 deletions
|
|
@ -21,7 +21,8 @@ pub struct SerializationHelper {
|
|||
pub struct DMSerializationHelper {
|
||||
pub map: super::map::MasterDungeonMap,
|
||||
pub log: Vec<Vec<crate::gamelog::LogFragment>>,
|
||||
pub events: HashMap<String, i32>,
|
||||
pub event_counts: HashMap<String, i32>,
|
||||
pub events: HashMap<u32, Vec<String>>,
|
||||
}
|
||||
|
||||
#[derive(Component, ConvertSaveload, Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue