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

namespace OpenSim
{
    public class UserConfigUtility
    {
    }
}