Player name, pwa & branding
This commit is contained in:
@@ -7,7 +7,7 @@ import org.springframework.web.socket.WebSocketSession;
|
||||
import gltronic.tronio.model.Player;
|
||||
|
||||
public interface IGameManager {
|
||||
void login(WebSocketSession session) throws InterruptedException, IOException;
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user