class_name FishPool extends Resource const FishDataType = preload("res://fish/fish_data.gd") @export var candidates: Array[FishDataType] = []