Skip to content

Commit

Permalink
#486 Improved performance and removed outdated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shynixn committed Jan 27, 2024
1 parent 16cb862 commit b148b08
Show file tree
Hide file tree
Showing 112 changed files with 1,377 additions and 3,371 deletions.
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
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b148b08

Please sign in to comment.