Skip to content

Commit

Permalink
Merge pull request #11 from BME-MIT-IET/2-build-+-ci
Browse files Browse the repository at this point in the history
2 build + ci
  • Loading branch information
pupcs authored May 21, 2024
2 parents 57799a0 + 8dace13 commit 654a839
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
8 changes: 5 additions & 3 deletions src/main/java/program/main/Controller.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
package program.main;

import java.util.Random;
import static program.main.Main.game;
import static program.main.State.Working;
import static program.main.State.Broken;


public class Controller {
/**
* attributumok
*/
private static Game game = Main.game;
private static State Working = State.Working;
private static State Broken = State.Broken;


private static int coolDown;

Expand Down

0 comments on commit 654a839

Please sign in to comment.