mirror of
git://opensimulator.org/git/opensim
synced 2026-08-15 01:22:15 +00:00
11 lines
147 B
C#
11 lines
147 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace OpenSim
|
|
{
|
|
public class UserConfigUtility
|
|
{
|
|
}
|
|
}
|