- Tcp Server functionality
This commit is contained in:
parent
f7756e2032
commit
49c581840a
4 changed files with 48 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue