who needs money anyways

This commit is contained in:
Amaan Shawkath
2023-07-08 14:36:54 +01:00
parent 94097c2308
commit dfe6e4a88d

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;