- Tcp Server functionality

This commit is contained in:
u8sand_cp 2010-07-22 20:13:55 -07:00
parent f7756e2032
commit 49c581840a
4 changed files with 48 additions and 8 deletions

View file

@ -199,7 +199,7 @@ namespace MudEngine.GameManagement
}
public MudEngine.GameObjects.Characters.Controlled.PlayerBasic[] player;
public MudEngine.GameObjects.Characters.BaseCharacter[] player;
public MudEngine.Networking.Server server = new MudEngine.Networking.Server();
public ProtocolType ServerType = ProtocolType.Tcp;
public int ServerPort = 555;