class_name BattleFighter enum BattleFighterTeam { PLAYER, ENEMY }; var team:BattleFighterTeam; var health:int = 100; var maxHealth:int = 100;