5 lines
56 B
GDScript
5 lines
56 B
GDScript
extends Node
|
|
|
|
|
|
func play_sfx(sfx: String) -> void:
|
|
pass |