1
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user