mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-12-05 08:09:02 +00:00
地图新增NPC和子区域属性
This commit is contained in:
parent
236c12a5f4
commit
425b46ac02
@ -16,6 +16,8 @@ namespace Milimoe.FunGame.Core.Entity
|
|||||||
public int Temperature { get; set; } = 15;
|
public int Temperature { get; set; } = 15;
|
||||||
public Dictionary<string, int> Weathers { get; } = [];
|
public Dictionary<string, int> Weathers { get; } = [];
|
||||||
public RarityType Difficulty { get; set; } = RarityType.OneStar;
|
public RarityType Difficulty { get; set; } = RarityType.OneStar;
|
||||||
|
public List<string> NPCs { get; set; } = [];
|
||||||
|
public List<string> Areas { get; set; } = [];
|
||||||
|
|
||||||
public bool ChangeWeather(string weather)
|
public bool ChangeWeather(string weather)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user