mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
This commit is contained in:
@@ -2,15 +2,18 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OpenSim.Framework.Interfaces;
|
||||
using OpenSim.Framework.Types;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
public delegate void ExpectUserDelegate();
|
||||
public delegate void UpdateNeighbours(List<RegionInfo> neighbours);
|
||||
|
||||
public interface IRegionCommsHost
|
||||
{
|
||||
event ExpectUserDelegate OnExpectUser;
|
||||
event GenericCall2 OnExpectChildAgent;
|
||||
event GenericCall2 OnAvatarCrossingIntoRegion;
|
||||
event UpdateNeighbours OnNeighboursUpdate;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user