mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* RegionApplicationBase restructuring now complete
* Still has some weird bug in SimpleApp though.
This commit is contained in:
@@ -32,11 +32,11 @@ using OpenSim.Framework.Types;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
public class AuthenticateSessionsBase
|
||||
public class AgentCircuitManager
|
||||
{
|
||||
public Dictionary<uint, AgentCircuitData> AgentCircuits = new Dictionary<uint, AgentCircuitData>();
|
||||
|
||||
public AuthenticateSessionsBase()
|
||||
public AgentCircuitManager()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user