Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andru1999 committed Aug 1, 2018
1 parent b9a0199 commit 363b3b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion GameEngine/Actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ class ActionAttack extends BaseAction {
}
}
return result;

}
}
1 change: 1 addition & 0 deletions GameEngine/State.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ class State{
constructor(allies, enemies){
this.allies = allies;
this.enemies = enemies;
// Добавить волшебные предметы
}
}

0 comments on commit 363b3b9

Please sign in to comment.