godot-start/zfoo/common/Runnable.gd

6 lines
35 B
GDScript
Raw Normal View History

2021-10-03 09:23:08 +00:00
extends Object
func run():
pass