Added player weapons saving

This commit is contained in:
2025-12-12 17:19:12 +03:00
parent e1f5f3a9e0
commit ab607c9e86
11 changed files with 114 additions and 45 deletions
+6
View File
@@ -0,0 +1,6 @@
class_name PlayerData
extends Resource
@export var first_weapon_id: String
@export var second_weapon_id: String