class_name Character extends Resource @export var max_health: int = 100 @export var starting_health: int = 100 @export var health: int = 100