class_name BattleFighter extends Node3D var stats:BattleStats = null func setup(stats:BattleStats) -> void: assert(stats != null) self.stats = stats