Skip to content
Snippets Groups Projects
Commit 8b0b052d authored by Elrabu's avatar Elrabu
Browse files

Merge remote-tracking branch 'origin/Multiplayer' into development

parents c6411345 433b78c6
No related branches found
No related tags found
3 merge requests!74V1,!73Initial commit,!71Merge DataBase into Development
......@@ -5,6 +5,17 @@ import org.apache.logging.log4j.LogManager;
public class ConnectionHandler {
private int playerX;
private int playerY;
private static final Logger log = LogManager.getLogger(ConnectionHandler.class);
public int getPlayerX() {
return playerX;
}
public int getPlayerY() {
return playerY;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment