NameSync
This commit is contained in:
@@ -8,11 +8,14 @@ public class Client
|
||||
public DataInputStream input;
|
||||
public Socket socket;
|
||||
|
||||
public String name;
|
||||
|
||||
public Client(DataOutputStream output, DataInputStream input, Socket socket)
|
||||
|
||||
public Client(DataOutputStream output, DataInputStream input, Socket socket, String name)
|
||||
{
|
||||
this.output = output;
|
||||
this.input = input;
|
||||
this.socket = socket;
|
||||
this.name = name;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user