Working debug console, fix dialogue bugs
This commit is contained in:
7
src/dialogue/event/NextLine.hx
Normal file
7
src/dialogue/event/NextLine.hx
Normal file
@ -0,0 +1,7 @@
|
||||
package dialogue.event;
|
||||
|
||||
import event.IEvent;
|
||||
|
||||
class NextLine implements IEvent {
|
||||
public function new() {}
|
||||
}
|
||||
Reference in New Issue
Block a user