Skip to content

Commit

Permalink
#652 Fixed code smells for: CutsceneFactory.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Murphy committed Oct 17, 2024
1 parent 9a79d0e commit a8cea43
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
* A factory class for creating entities used in cutscenes, such as backgrounds and animations.
*/
public class CutsceneFactory {
private CutsceneFactory() {
//This does nothing
}

/**
* Creates a background entity with the specified image path. The background
Expand Down

0 comments on commit a8cea43

Please sign in to comment.