summaryrefslogtreecommitdiffstats
path: root/project.godot
diff options
context:
space:
mode:
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot8
1 files changed, 7 insertions, 1 deletions
diff --git a/project.godot b/project.godot
index 864ccc1..0a95b08 100644
--- a/project.godot
+++ b/project.godot
@@ -28,12 +28,18 @@ _global_script_classes=[ {
"class": "TimeSlot",
"language": "GDScript",
"path": "res://data_model/TimeSlot.gd"
+}, {
+"base": "Reference",
+"class": "db_update",
+"language": "GDScript",
+"path": "res://data_model/db_update.gd"
} ]
_global_script_class_icons={
"DataHelpers": "",
"SubTask": "",
"Task": "",
-"TimeSlot": ""
+"TimeSlot": "",
+"db_update": ""
}
[application]