- Tcp Server functionality
This commit is contained in:
parent
f7756e2032
commit
49c581840a
4 changed files with 48 additions and 8 deletions
|
@ -33,5 +33,12 @@ namespace MudEngine.GameObjects.Characters
|
|||
//the command off to the command engine for execution.
|
||||
return CommandEngine.ExecuteCommand(command, character, game, room);
|
||||
}
|
||||
|
||||
public void Initialize(ref MudEngine.Networking.ClientSocket rcs)
|
||||
{
|
||||
sock = rcs;
|
||||
}
|
||||
|
||||
public MudEngine.Networking.ClientSocket sock;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue