mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
*Cleaned up namespaces, filenames, etc in OpenSim.RegionServer
NOTES: *ClientView is now in the namespace OpenSim.RegionServer.Client *Scripting is now in the namespace OpenSim.RegionServer.scripting *Other various cleaning
This commit is contained in:
@@ -31,12 +31,13 @@ using System.Collections.Generic;
|
||||
using libsecondlife;
|
||||
using OpenSim;
|
||||
using libsecondlife.Packets;
|
||||
//using OpenSim.GridServers;
|
||||
|
||||
using OpenSim.Framework.Inventory;
|
||||
using OpenSim.Framework.Types;
|
||||
using OpenSim.Framework.Interfaces;
|
||||
using OpenSim.RegionServer.Client;
|
||||
|
||||
namespace OpenSim.Assets
|
||||
namespace OpenSim.RegionServer.Assets
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of InventoryManager.
|
||||
|
||||
Reference in New Issue
Block a user