forked from IF-LK-2020/wordle
Merge branch 'main' of https://git.ngb.schule/Tim/wordle
# Conflicts: # src/Game.java
This commit is contained in:
@@ -127,4 +127,16 @@ public class Game {
|
||||
public void setPort(int port) {
|
||||
this.port = port;
|
||||
}
|
||||
|
||||
public void setIp(String ip) {
|
||||
this.ip = ip;
|
||||
}
|
||||
|
||||
public int getPort() {
|
||||
return port;
|
||||
}
|
||||
|
||||
public void setPort(int port) {
|
||||
this.port = port;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user