creatureEvolutions

@OneToMany(mappedBy = "evolutionChain")
abstract val creatureEvolutions: List<CreatureEvolution>

进化边列表