Party stuff

This commit is contained in:
2026-01-10 17:23:29 -06:00
parent db15eeb672
commit 6f036aac77
12 changed files with 106 additions and 3 deletions

6
party/PartyMember.gd Normal file
View File

@@ -0,0 +1,6 @@
class_name PartyMember
var stats:BattleStats
func _init() -> void:
stats = BattleStats.new()