Skip to content

Commit

Permalink
Added extend annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
bagarozzi committed Jul 8, 2024
1 parent 5900b24 commit d22589b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/it/unibo/bombardero/core/api/Engine.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public interface Engine extends Runnable {
* The method containing the game loop, this will be run in
* a separate Thread.
*/
@Override
void run();

}

0 comments on commit d22589b

Please sign in to comment.