6 lines
96 B
GDScript
6 lines
96 B
GDScript
class_name PartyMember
|
|
|
|
var stats:BattleStats
|
|
|
|
func _init() -> void:
|
|
stats = BattleStats.new() |