Moving agent and prim tracking to the main Simian class
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2101 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -15,7 +15,9 @@ namespace Simian
|
||||
{
|
||||
public HttpServer HttpServer;
|
||||
public UDPServer UDPServer;
|
||||
|
||||
public Dictionary<uint, Primitive> SceneObjects = new Dictionary<uint, Primitive>();
|
||||
public Dictionary<UUID, Avatar> SceneAvatars = new Dictionary<UUID, Avatar>();
|
||||
|
||||
Dictionary<uint, Agent> unassociatedAgents;
|
||||
int currentCircuitCode;
|
||||
int tcpPort;
|
||||
|
||||
Reference in New Issue
Block a user