-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#486 Improved performance and removed outdated files.
- Loading branch information
Shynixn
committed
Jan 27, 2024
1 parent
16cb862
commit b148b08
Showing
112 changed files
with
1,377 additions
and
3,371 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
...ball-api/src/main/java/com/github/shynixn/blockball/api/business/enumeration/GameState.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
package com.github.shynixn.blockball.api.business.enumeration | ||
|
||
enum class GameState { | ||
/** | ||
* State when the game is running. | ||
*/ | ||
RUNNING, | ||
/** | ||
* State when the game is disabled. | ||
*/ | ||
DISABLED, | ||
/** | ||
* State when the game is enabled but not running. | ||
*/ | ||
JOINABLE | ||
} |
43 changes: 0 additions & 43 deletions
43
...all-api/src/main/java/com/github/shynixn/blockball/api/business/enumeration/GameStatus.kt
This file was deleted.
Oops, something went wrong.
99 changes: 0 additions & 99 deletions
99
...ll-api/src/main/java/com/github/shynixn/blockball/api/business/enumeration/PlaceHolder.kt
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
...ain/java/com/github/shynixn/blockball/api/business/service/BungeeCordConnectionService.kt
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
...-api/src/main/java/com/github/shynixn/blockball/api/business/service/BungeeCordService.kt
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
...i/src/main/java/com/github/shynixn/blockball/api/business/service/ConfigurationService.kt
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
...c/main/java/com/github/shynixn/blockball/api/business/service/HubGameForcefieldService.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.