xiandie/scene/notification/notification.gd
2024-12-23 09:29:31 +08:00

7 lines
127 B
GDScript

extends Control
func show_notification(msg, number):
#TODO: Implement this method
print("show_notification:", msg, number)