Added first crafting steps, finished quest generation save and load, v1.4.0

This commit is contained in:
Nicola Sovic
2022-07-15 13:23:39 +02:00
parent 59e34ef728
commit 1e454f789d
17 changed files with 1995 additions and 34 deletions

View File

@@ -1,3 +1,4 @@
using Newtonsoft.Json.Linq;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
@@ -37,6 +38,8 @@ namespace Assets.Scripts
}
}
public FindQuest(JToken token, GameObject display) : base(token, display) { }
public void generateCityQuest()
{
questname = "Find all cities";