Skip to content

Commit

Permalink
adjust abilities type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
allmtz committed Jul 30, 2023
1 parent cd72fc8 commit 50884be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default class Game {
* creatureData : Array : Array containing all data for the creatures
*
*/
abilities: Ability[];
abilities: Array<Partial<Ability>[]>;
players: Player[];
creatures: Creature[];
traps: Trap[];
Expand Down

0 comments on commit 50884be

Please sign in to comment.