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) {