Fix dialogue box related bugs
This commit is contained in:
@@ -6,6 +6,9 @@ namespace Scampz.GameJam
|
||||
public class Dialogue
|
||||
{
|
||||
[TextArea(3, 10)]
|
||||
public string[] sentences;
|
||||
public string[] Sentences;
|
||||
|
||||
[SerializeField]
|
||||
public SFXClip SoundEffect;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user