mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Demonstration code for modular comms. No user functionality
This commit is contained in:
@@ -31,8 +31,12 @@ using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Environment.Interfaces
|
||||
{
|
||||
public delegate void InterregionDataReceived(InterregionData data);
|
||||
|
||||
public interface IInterregionComms : IRegionModule
|
||||
{
|
||||
event InterregionDataReceived OnInterregionData;
|
||||
|
||||
bool SendInterregionData(UUID destination, InterregionData data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user