Files
cobor/nodes/robots/modules/module.gd
2025-08-31 17:08:50 +02:00

13 lines
182 B
GDScript

class_name Module extends Node
@onready var cpu := get_parent() as CPU
func set_registers(index:int)->int:
return 0
func early_tick()->void:
pass
func late_tick()->void:
pass