Dialogue system #1

Merged
AmaanSH merged 9 commits from dialogue_system into master 2023-07-08 17:05:59 +02:00
Showing only changes of commit dfe6e4a88d - Show all commits

View File

@@ -10,7 +10,6 @@ public class CharacterData : ScriptableObject
public int m_strength;
public int m_dexterity;
public int m_intelligence;
public int m_money;
[Header("The index of the dialogue relates to what question it should link too.")]
public List<Dialogue> m_dialogueOptions;