SpaceClient/Scripts/PlanElement.gd

7 lines
121 B
GDScript
Raw Permalink Normal View History

class_name PlanElement
var time = 0.0
func sanity_check() -> bool:
return true # Needs to overridden in child classes