aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/CommsManager.cs
blob: 5cd9a9b9510c06b73e2eb8c3ecf68e9175d7acae (plain)
1
2
3
4
5
6
7
8
9
10
using System;
using System.Collections.Generic;
using System.Text;

namespace OpenSim
{
    public class CommsManager
    {
    }
}