Added buch of stuff
This commit is contained in:
12
nodes/robots/modules/module.gd
Normal file
12
nodes/robots/modules/module.gd
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user