starcheese/eventbus/subscription.gd
Elliot Stirling 7542472833 Event Bus
2024-10-03 18:12:33 +01:00

6 lines
74 B
GDScript

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