TestGame/addons/reactivex/abc/startable.gd

8 lines
122 B
GDScript3
Raw Normal View History

2024-12-27 21:00:07 +01:00
class_name StartableBase
func start():
NotImplementedError.raise()
func wait_to_finish():
NotImplementedError.raise()