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