- Much work on the networking
- ServerSocket done. - ClientSocket done. - Few fixes required: - Warning in ServerSocket - Friends possible in C#?
This commit is contained in:
parent
6987d8178f
commit
a26280b711
5 changed files with 228 additions and 69 deletions
|
@ -2,7 +2,6 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using MudEngine.Networking;
|
||||
|
||||
// TODO: everything D:
|
||||
|
||||
|
@ -19,6 +18,7 @@ namespace MudEngine.Networking
|
|||
}
|
||||
|
||||
|
||||
private ServerSocket server;
|
||||
//private ServerSocket server;
|
||||
//private ClientSocket[] clients;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue