mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* working on RegionApplicationBase
* Renamed PhysicsManager to PhysicsPluginManager because it is.
This commit is contained in:
@@ -42,7 +42,7 @@ namespace OpenSim.Region.ClientStack
|
||||
{
|
||||
public class RegionApplicationBase
|
||||
{
|
||||
protected PhysicsManager m_physicsManager;
|
||||
protected PhysicsPluginManager m_physicsManager;
|
||||
protected AssetCache AssetCache;
|
||||
protected InventoryCache InventoryCache;
|
||||
protected Dictionary<EndPoint, uint> clientCircuits = new Dictionary<EndPoint, uint>();
|
||||
|
||||
Reference in New Issue
Block a user