Added ClientAttributes.java for possible future use.
This commit is contained in:
parent
24dceee1d8
commit
b55494c106
@ -0,0 +1,10 @@
|
||||
package ch.unibas.dmi.dbis.cs108.sebaschi;
|
||||
|
||||
/**
|
||||
* Attributes of a client visible to server.
|
||||
*/
|
||||
public class ClientAttributes {
|
||||
|
||||
String name;
|
||||
int id;
|
||||
}
|
||||
Reference in New Issue
Block a user