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

6 lines
88 B
GDScript

extends "res://zfoo/common/Runnable.gd"
func run():
print("MySchedulerRunnnable!!!")