diff options
| author | Léo Kosman <leo.kosman@proton.me> | 2024-08-23 13:08:20 +0200 |
|---|---|---|
| committer | Léo Kosman <leo.kosman@proton.me> | 2024-08-23 13:08:20 +0200 |
| commit | da7d7c502a8c99dfeae5d3294c54ad4f892edcb7 (patch) | |
| tree | eb358a0229810fb5e8ac769ddbff252fea1d3638 /src | |
| parent | 2ec447626c1b87a74cb3201ecc5407ee3f447cc8 (diff) | |
style: remove unnecessary imports
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/java/world/anhgelus/molehunt/config/Config.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/world/anhgelus/molehunt/config/Config.java b/src/main/java/world/anhgelus/molehunt/config/Config.java index fc5104d..519166d 100644 --- a/src/main/java/world/anhgelus/molehunt/config/Config.java +++ b/src/main/java/world/anhgelus/molehunt/config/Config.java @@ -1,7 +1,5 @@ package world.anhgelus.molehunt.config; -import world.anhgelus.molehunt.Molehunt; - public class Config { public final int GAME_DURATION; public final double MOLE_PERCENTAGE; |
