Working debug console, fix dialogue bugs

This commit is contained in:
3wc
2024-02-15 01:54:01 -03:00
parent 8921f231bd
commit 05fc9156b0
10 changed files with 195 additions and 49 deletions

View File

@ -0,0 +1,7 @@
package dialogue.event;
import event.IEvent;
class NextLine implements IEvent {
public function new() {}
}