Added money attribute to character

This commit is contained in:
Amaan Shawkath
2023-07-08 14:19:31 +01:00
parent 29e260072d
commit 0c2d335bb5

View File

@@ -11,6 +11,7 @@ public class CharacterData : ScriptableObject
public int m_strength;
public int m_dexterity;
public int m_intelligence;
public int m_money;
// Note - the index of the dialogue will control what question it is linked too.
public List<Dialogue> m_dialogueOptions;