mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OpenSim.Framework.Interfaces;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
@@ -8,6 +9,8 @@ namespace OpenSim.Framework
|
||||
|
||||
public interface IRegionCommsHost
|
||||
{
|
||||
event ExpectUserDelegate ExpectUser;
|
||||
event ExpectUserDelegate OnExpectUser;
|
||||
event GenericCall2 OnExpectChildAgent;
|
||||
event GenericCall2 OnAvatarCrossingIntoRegion;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user