mirror of
https://github.com/opensim/opensim.git
synced 2026-05-28 04:45:37 +08:00
17 lines
291 B
C#
17 lines
291 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace OpenSim.Grid.ScriptServer
|
|
{
|
|
// Maintains connection and communication to a region
|
|
class RegionConnectionManager
|
|
{
|
|
|
|
public RegionConnectionManager()
|
|
{
|
|
}
|
|
|
|
}
|
|
}
|