From 425b46ac0262ff465b1861654704a83ff40800be Mon Sep 17 00:00:00 2001 From: milimoe Date: Sun, 29 Jun 2025 18:04:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=96=B0=E5=A2=9ENPC?= =?UTF-8?q?=E5=92=8C=E5=AD=90=E5=8C=BA=E5=9F=9F=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Entity/System/Region.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Entity/System/Region.cs b/Entity/System/Region.cs index fbd69a5..b70435d 100644 --- a/Entity/System/Region.cs +++ b/Entity/System/Region.cs @@ -16,6 +16,8 @@ namespace Milimoe.FunGame.Core.Entity public int Temperature { get; set; } = 15; public Dictionary Weathers { get; } = []; public RarityType Difficulty { get; set; } = RarityType.OneStar; + public List NPCs { get; set; } = []; + public List Areas { get; set; } = []; public bool ChangeWeather(string weather) {