feat: add secure troop management

This commit is contained in:
2026-07-25 08:44:44 +00:00
parent 790f4915ab
commit ae4cc31a16
25 changed files with 2232 additions and 48 deletions
+1
View File
@@ -18,5 +18,6 @@ export * from './scenario/index.js';
export * from './triggers/index.js';
export * from './turn/index.js';
export * from './tournament/index.js';
export * from './troop/management.js';
export * from './world/index.js';
export * from './war/index.js';