File size: 67 Bytes
96395bf
 
 
 
1
2
3
4
5
export interface DialogueLine {
	speaker: string;
	text: string;
}