Added data classes

This commit is contained in:
2025-12-03 18:09:34 +03:00
parent 60a029100f
commit 9b73e900f7
15 changed files with 82 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
class_name SectorData
extends Resource
@export var previous_passages : Array[PassageData] = []
@export var next_passages : Array[PassageData] = []
@export var seed_string : String = ""