feat(api): add raid aftermath state tracking

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Natalie 2026-05-07 02:19:27 -07:00
parent d9c9cd056e
commit 84edc7eb20

View file

@ -2826,6 +2826,10 @@ impl IRefCounted for GdGameState {
// bridge as players begin sieges; serialized for save
// round-trip via `siege_pressure_as_pairs`.
siege_pressure: Default::default(),
// p3-10c: per-lair raid aftermath state. Populated by the
// bridge on `Caught` raid outcomes; serialized for save
// round-trip via `raid_aftermath_as_pairs`.
raid_aftermath: Default::default(),
},
base,
}