From 564f487735b0d9580e673f07d2d11067e59eafcd Mon Sep 17 00:00:00 2001 From: Peter WONG Date: Sun, 5 Jan 2020 12:07:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=8C=AF=E8=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WorldOfTheThreeKingdoms/GameObjects/Architecture.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/WorldOfTheThreeKingdoms/GameObjects/Architecture.cs b/WorldOfTheThreeKingdoms/GameObjects/Architecture.cs index ed2e9ef7..b881c66e 100644 --- a/WorldOfTheThreeKingdoms/GameObjects/Architecture.cs +++ b/WorldOfTheThreeKingdoms/GameObjects/Architecture.cs @@ -12546,6 +12546,7 @@ public bool IsSurrounded() return true; } } + } return false; }