Added NPCs to game, fixed explore and collect quest, added quest remove, fixed quest update, v1.4.0
This commit is contained in:
@@ -62,6 +62,7 @@ public class Controls : MonoBehaviour
|
||||
Destroy(target);
|
||||
break;
|
||||
case "NPC":
|
||||
target.GetComponent<NPC>().interact();
|
||||
break;
|
||||
case "House":
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user