feat: vendor dialogue manager v3

This commit is contained in:
Rijad Zuzo
2026-08-12 20:10:54 +02:00
parent ea00f60165
commit 758d240438
128 changed files with 16176 additions and 3 deletions
@@ -0,0 +1,11 @@
class_name DMDialogueProcessor extends RefCounted
## Override to modify the incoming raw string.
func _preprocess_line(raw_line: String) -> String:
return raw_line
## Override to modify the outgoing dialogue line.
func _process_line(line: DMCompiledLine) -> void:
pass