feat: 군대 관련 기능 추가 및 명령어 정의 업데이트
This commit is contained in:
@@ -106,13 +106,20 @@ export interface NationRow {
|
||||
meta: unknown;
|
||||
}
|
||||
|
||||
export interface TroopRow {
|
||||
troopLeaderId: number;
|
||||
nationId: number;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export type DatabaseClient = InfraDatabaseClient<
|
||||
WorldStateRow,
|
||||
GeneralRow,
|
||||
CityRow,
|
||||
NationRow,
|
||||
GeneralTurnRow,
|
||||
NationTurnRow
|
||||
NationTurnRow,
|
||||
TroopRow
|
||||
>;
|
||||
|
||||
export interface GameApiContext {
|
||||
|
||||
Reference in New Issue
Block a user