From dfe6e4a88d4ee14d2ce31eb97f3a573abf91ce56 Mon Sep 17 00:00:00 2001 From: Amaan Shawkath Date: Sat, 8 Jul 2023 14:36:54 +0100 Subject: [PATCH] who needs money anyways --- Assets/Scripts/DialogueSystem/CharacterData.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Scripts/DialogueSystem/CharacterData.cs b/Assets/Scripts/DialogueSystem/CharacterData.cs index 74b00ef..d5df629 100644 --- a/Assets/Scripts/DialogueSystem/CharacterData.cs +++ b/Assets/Scripts/DialogueSystem/CharacterData.cs @@ -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 m_dialogueOptions;