8 lines
122 B
GDScript
8 lines
122 B
GDScript
class_name StartableBase
|
|
|
|
func start():
|
|
NotImplementedError.raise()
|
|
|
|
func wait_to_finish():
|
|
NotImplementedError.raise()
|