basic setup of a character sheet - needs some more work

Wiring up character interviewed
Added property for bulletized text - ready to add when we have some
This commit is contained in:
Amaan Shawkath
2023-07-08 17:08:45 +01:00
parent 92fd23b6f0
commit be5e2556c6
6 changed files with 490 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
public class Dialogue
{
public string text;
public string bulletizedText;
}
public class QuestionData