Files
Dawn-Godot/party/PartyMember.gd
2026-01-10 17:23:29 -06:00

6 lines
96 B
GDScript

class_name PartyMember
var stats:BattleStats
func _init() -> void:
stats = BattleStats.new()