RAIDER_Survivor/scripts/resources/Entity/EntityStats.gd

11 lines
254 B
GDScript

extends Resource
class_name EntityStats
@export var max_health: MaxHealthStat
@export var health: HealthStat
@export var armor: ArmorStat
@export var shield: ShieldStat
@export var max_shield: MaxShieldStat
@export var movementSpeed: MovementSpeedStat