starcheese/eventbus/subscription.gd
2024-10-04 09:14:09 +01:00

6 lines
74 B
GDScript

class_name Subscription
extends RefCounted
func dispose() -> void:
pass