OpenSimMirror/Common/OpenGrid.Framework.Communic.../UserServer/UserCommsManagerOGS.cs

11 lines
209 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace OpenGrid.Framework.Communications.UserServer
{
public class UserCommsManagerOGS : UserCommsManagerBase
{
}
}