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
+7
View File
@@ -0,0 +1,7 @@
class_name EnemyData
extends Resource
@export var seed_string : String = ""
@export var spawn_point : Vector2