Made basic quest setup
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Godot;
|
||||
namespace Babushka.scripts.CSharp.Common.Quest;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class QuestResource : Resource
|
||||
{
|
||||
[Export]
|
||||
public string id = "";
|
||||
[Export]
|
||||
public string title = "";
|
||||
[Export(PropertyHint.MultilineText)]
|
||||
public string description = "";
|
||||
}
|
||||
Reference in New Issue
Block a user