OpenSimMirror/OpenSim/Grid/ScriptServer/ScriptServer/Region/RegionConnectionManager.cs

17 lines
284 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace OpenSim.Grid.ScriptServer
{
// Maintains connection and communication to a region
internal class RegionConnectionManager
{
public RegionConnectionManager()
{
}
}
}