xiandie/manager/cg_manager/cg_manager.gd

5 lines
82 B
GDScript

extends Node
func play_cg(cg_name: String) -> void:
print("play_cg: ", cg_name)