# This class can be abstracted and is meant to handle the drawing workflow # of each individual model. tool extends Resource class_name SummerDayBlueprint func create_model() -> PackedScene: # Virtual. return null func create_cell() -> SummerDayCell: # Virtual. return null