feat: add aftermath module with war aftermath logic and related types

This commit is contained in:
2025-12-30 10:40:30 +00:00
parent b0c4f84656
commit 97439f64a9
5 changed files with 907 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
export * from './types.js';
export * from './actions.js';
export * from './engine.js';
export * from './aftermath.js';
export * from './units.js';
export * from './triggers.js';
export * from './triggersChePilsal.js';