SpaceServer/Scripts/PlanElement.gd

7 lines
121 B
GDScript
Raw Permalink Normal View History

2020-08-16 12:11:59 +00:00
class_name PlanElement
var time = 0.0
func sanity_check() -> bool:
return true # Needs to overridden in child classes