6 lines
88 B
GDScript
6 lines
88 B
GDScript
|
extends "res://zfoo/common/Runnable.gd"
|
||
|
|
||
|
|
||
|
func run():
|
||
|
print("MySchedulerRunnnable!!!")
|