extends Card class_name SupportCard @export_enum("red", "green") var type = "green" @export var effect: Array[SupportCardEffectInstance] = [null]