From 2f963a205a80ecedbccd8eb5499490c56aece719 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 14 Jun 2018 02:41:36 +0900 Subject: [PATCH] =?UTF-8?q?=EB=93=B1=EC=9A=A9=EC=9E=A5=20=EC=95=88=20?= =?UTF-8?q?=EB=B0=9B=EC=95=84=EC=A7=80=EB=8A=94=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Engine/Diplomacy.php | 2 ++ hwe/sammo/Engine/Personnel.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hwe/sammo/Engine/Diplomacy.php b/hwe/sammo/Engine/Diplomacy.php index 60e8e7a9..7721a2fe 100644 --- a/hwe/sammo/Engine/Diplomacy.php +++ b/hwe/sammo/Engine/Diplomacy.php @@ -4,6 +4,8 @@ namespace sammo\Engine; use \sammo\DB; use \sammo\DiplomaticMessage; use \sammo\KVStorage; +use \sammo\Json; +use \sammo\GameConst; //NOTE: A가 B에게 항복, 통합 서신을 보냈을 때 통합 후 대상이 A이므로 A가 주체임. class Diplomacy{ diff --git a/hwe/sammo/Engine/Personnel.php b/hwe/sammo/Engine/Personnel.php index cb849953..1d130097 100644 --- a/hwe/sammo/Engine/Personnel.php +++ b/hwe/sammo/Engine/Personnel.php @@ -5,7 +5,7 @@ use \sammo\DB; use \sammo\ScoutMessage; use \sammo\KVStorage; use \sammo\Json; - +use \sammo\GameConst; /** * 인사(등용, 추방, 임명, 망명) 헬퍼 클래스? * Nation 클래스가 있고 그걸 상속한 구조가 더 나을지도?