SummerDay/addons/summer_day/data/blueprint/blueprint.gd

13 lines
209 B
GDScript3
Raw Normal View History

2021-12-12 17:04:17 +01:00
# This class can be abstracted and is meant to handle the drawing workflow
# of each individual model.
tool
extends Resource
class_name SummerDayBlueprint
var editables = []
func _setup_editables():
pass