feat: 장수 관련 명령어 처리 및 설정 기능 추가

This commit is contained in:
2026-01-04 16:51:58 +00:00
parent ef2ced5f5e
commit 0e06ae9c38
9 changed files with 699 additions and 152 deletions
+1
View File
@@ -22,6 +22,7 @@ export interface WorldStateRow {
export interface GeneralRow {
id: number;
userId: number | null;
name: string;
nationId: number;
cityId: number;