Open joshdmiller opened 8 years ago
Add a new dispatch action to the character actions file to fire a call to remove a particular gene by its index.
( character_id: string, index: number ) => FalcorModelResponse
Should call the function at the model path characters[character_id].genes.remove with the index of the gene.
characters[character_id].genes.remove
Overview
Add a new dispatch action to the character actions file to fire a call to remove a particular gene by its index.
Spec
Function Signature
Falcor Model
Should call the function at the model path
characters[character_id].genes.remove
with the index of the gene.