mirror of
https://github.com/opensim/opensim.git
synced 2026-07-13 19:14:51 +08:00
9 lines
211 B
C#
9 lines
211 B
C#
using System;
|
|
namespace OpenSim.Grid.MessagingServer
|
|
{
|
|
public interface IMessageUserServerService
|
|
{
|
|
bool SendToUserServer(System.Collections.Hashtable request, string method);
|
|
}
|
|
}
|