mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
*Reorganized RegionServerCommsManager for OGS and local support
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenGrid.Framework.Communications.UserServer
|
||||
{
|
||||
public class UserCommsManagerLocal : UserCommsManagerBase
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user