Added serverSocketChannel for game creation
This commit is contained in:
parent
546e341433
commit
48705f7e76
30 changed files with 1787 additions and 606 deletions
15
Commons/src/models/User.java
Normal file
15
Commons/src/models/User.java
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
package models;
|
||||
|
||||
/**
|
||||
* Created by loke on 18/06/2017.
|
||||
*/
|
||||
public class User {
|
||||
public String userName;
|
||||
|
||||
public User(String userName){
|
||||
this.userName = userName;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue