mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +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:
@@ -28,10 +28,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OpenSim.world;
|
||||
using OpenSim.RegionServer.Simulator;
|
||||
using OpenSim.RegionServer.Client;
|
||||
using libsecondlife.Packets;
|
||||
|
||||
namespace OpenSim
|
||||
namespace OpenSim.RegionServer
|
||||
{
|
||||
public class PacketServer
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user