Logger done
This commit is contained in:
parent
e08ae7a11f
commit
e9929f988f
9 changed files with 77 additions and 4 deletions
|
|
@ -3,3 +3,7 @@ extends Node
|
|||
@warning_ignore_start("unused_signal")
|
||||
|
||||
signal interaction_confirmed(data: Dictionary)
|
||||
signal log_pushed(log_data: String)
|
||||
|
||||
func push(log_data: String):
|
||||
log_pushed.emit(log_data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue