From e49408db2accbcca64be451b3f1875a3674d90d5 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 11 Mar 2024 14:45:24 +0000 Subject: [PATCH] =?UTF-8?q?OldGeneral,=20OldNation=EC=97=90=20RecordVersio?= =?UTF-8?q?n=20-=20=201,=202=EC=97=90=20=EB=94=B0=EB=A5=B8=20=EC=8B=A4?= =?UTF-8?q?=EC=A0=9C=20=EA=B5=AC=EC=A1=B0=EC=B2=B4=EB=8A=94=20=EC=9D=B4?= =?UTF-8?q?=ED=9B=84=EC=97=90=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- @sammo/game_logic/src/Entity/Persistant/OldGeneral.ts | 2 ++ @sammo/game_logic/src/Entity/Persistant/OldNation.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/@sammo/game_logic/src/Entity/Persistant/OldGeneral.ts b/@sammo/game_logic/src/Entity/Persistant/OldGeneral.ts index a762c2f..b014d3b 100644 --- a/@sammo/game_logic/src/Entity/Persistant/OldGeneral.ts +++ b/@sammo/game_logic/src/Entity/Persistant/OldGeneral.ts @@ -9,6 +9,8 @@ export interface OldGeneral { generalID: GeneralID; ownerID?: UserID; + recordVersion: 1 | 2; + lastYearMonth: number; general: IGeneralEntity; diff --git a/@sammo/game_logic/src/Entity/Persistant/OldNation.ts b/@sammo/game_logic/src/Entity/Persistant/OldNation.ts index e81c76d..597d42f 100644 --- a/@sammo/game_logic/src/Entity/Persistant/OldNation.ts +++ b/@sammo/game_logic/src/Entity/Persistant/OldNation.ts @@ -7,6 +7,8 @@ export interface IOldNation { serverID: ServerID; nationID: NationID; + recordVersion: 1 | 2; + nation: INationEntity; lastYearMonth: number;