This commit is contained in:
CortexCore
2024-05-31 01:23:15 +08:00
parent c798b224be
commit 299082fe27
164 changed files with 3604 additions and 2018 deletions

View File

@@ -35,6 +35,7 @@ namespace BITKit.SubSystems.Quest
public State State { get; internal set; }
public string Name { get; internal set; }
public string Description { get; internal set; }
public string UserData { get; set; }
}
public static Dictionary<Guid, Info> quests { get; private set; } = new();
public static event Action<Info> OnQuestCreated;