* Introduced ClientManager for great justice.

This commit is contained in:
lbsa71
2007-07-09 21:03:36 +00:00
parent 4699efd6cb
commit 08a1fa3f96
7 changed files with 91 additions and 57 deletions

View File

@@ -15,7 +15,7 @@ namespace SimpleApp
{
private List<ScenePresence> m_avatars;
public MyWorld(Dictionary<uint, IClientAPI> clientThreads, RegionInfo regionInfo, AuthenticateSessionsBase authen, CommunicationsManager commsMan, AssetCache assetCach, BaseHttpServer httpServer)
public MyWorld(ClientManager clientThreads, RegionInfo regionInfo, AuthenticateSessionsBase authen, CommunicationsManager commsMan, AssetCache assetCach, BaseHttpServer httpServer)
: base(clientThreads, regionInfo, authen, commsMan, assetCach, httpServer)
{
m_avatars = new List<Avatar>();