feat(chronicle): ✨ Add support for recording and processing turn-based world simulation steps in the Chronicle system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
e8e4d5c7f7
commit
1d9e77be52
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ pub enum ChronicleEntry {
|
|||
pop: u32,
|
||||
},
|
||||
/// p3-13: world event (geological / biological / anomalous) emitted by
|
||||
/// `mc-sim::event_dispatch::dispatch_world_events` each turn. `category`
|
||||
/// `mc-worldsim::event_dispatch::dispatch_world_events` each turn. `category`
|
||||
/// is one of `"geological"`, `"biological"`, `"anomalous"`. `kind` is the
|
||||
/// specific event type (e.g. `"earthquake"`, `"plague"`, `"fog_bank"`).
|
||||
/// `col`/`row` are the tile that sourced the event.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue