OpenSimMirror/OpenSim/Grid/Services/CoreFunctions/Remote/GridServicesCoreFunctionsRe...

13 lines
262 B
C#

using System;
using System.Collections.Generic;
using System.Text;
using OpenSim.Framework.Services;
namespace OpenSim.Grid.Services.CoreFunctions.Remote
{
public class GridServicesCoreFunctionsRemote : IGridServicesCoreFunctions
{
}
}