OpenSimMirror/OpenSim/Grid/Services/CoreFunctions/Local/UserServicesCoreFunctionsLo...

13 lines
260 B
C#

using System;
using System.Collections.Generic;
using System.Text;
using OpenSim.Framework.Services;
namespace OpenSim.Grid.Services.CoreFunctions.Local
{
public class UserServicesCoreFunctionsLocal : IUserServicesCoreFunctions
{
}
}