Feat: Add chat box into the game screen #303
-1
@@ -143,7 +143,6 @@ public class CasinoGameController {
|
|||||||
private static final double CHAT_WIDTH = 400;
|
private static final double CHAT_WIDTH = 400;
|
||||||
private static final double CHAT_HEIGHT = 600;
|
private static final double CHAT_HEIGHT = 600;
|
||||||
|
|
||||||
private ChatController chatController;
|
|
||||||
private String chatUsername;
|
private String chatUsername;
|
||||||
private ClientService chatClientService;
|
private ClientService chatClientService;
|
||||||
private int chatLobbyId = -1;
|
private int chatLobbyId = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user