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

View File

@@ -0,0 +1,7 @@
class_name BattleFighter extends Node3D
var stats:BattleStats = null
func setup(stats:BattleStats) -> void:
assert(stats != null)
self.stats = stats