mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
make the events more useful by providing the source region
This commit is contained in:
@@ -29,7 +29,7 @@ using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
public delegate void ChangeDelegate();
|
||||
public delegate void ChangeDelegate(UUID regionID);
|
||||
|
||||
public interface IEstateModule : IRegionModule
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user