Added leaderboard, music & respawn screen
This commit is contained in:
@@ -10,6 +10,7 @@ public interface IGameManager {
|
||||
void login(WebSocketSession session, String name) throws InterruptedException, IOException;
|
||||
void leave(WebSocketSession session) throws InterruptedException, IOException;
|
||||
void updatePlayer(WebSocketSession session, Player player) throws InterruptedException, IOException;
|
||||
void respawn(WebSocketSession session) throws InterruptedException, IOException;
|
||||
|
||||
void step() throws InterruptedException, IOException;
|
||||
}
|
||||
Reference in New Issue
Block a user