Completed first demo quest line
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using Godot;
|
||||
using System;
|
||||
using Babushka.scripts.CSharp.Common.Util;
|
||||
|
||||
namespace Babushka.scripts.CSharp.Common.Quest;
|
||||
|
||||
public partial class QuestDescriptionUi : RichTextLabel
|
||||
{
|
||||
@@ -8,4 +8,4 @@ public partial class QuestDescriptionUi : RichTextLabel
|
||||
{
|
||||
Text = questLog.currentDetailQuest?.description ?? "";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user