xiandie/scene/notification/notification.gd

7 lines
127 B
GDScript3
Raw Normal View History

2024-12-23 01:29:31 +00:00
extends Control
func show_notification(msg, number):
#TODO: Implement this method
print("show_notification:", msg, number)