- Much work on the networking

- ServerSocket done.
- ClientSocket done.
- Few fixes required:
   - Warning in ServerSocket
   - Friends possible in C#?
This commit is contained in:
u8sand_cp 2010-07-19 07:09:34 -07:00
parent 6987d8178f
commit a26280b711
5 changed files with 228 additions and 69 deletions

View file

@ -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;
}
}