godot-start/zfoo/test/scheduler/MySchedulerRunnable.gd

6 lines
88 B
GDScript
Raw Normal View History

2021-10-03 09:23:08 +00:00
extends "res://zfoo/common/Runnable.gd"
func run():
print("MySchedulerRunnnable!!!")