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
@@ -43,6 +43,7 @@ export interface TurnEngineGeneralRow {
age: number;
npcState: number;
meta: JsonValue;
penalty: JsonValue;
turnTime: Date;
recentWarTime: Date | null;
}