Step 2: commit the IEstateModuleInterface changes needed

user_profiles
Melanie 2013-05-07 00:37:45 +01:00
parent 4c83b5e719
commit 5d5edde429
1 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// Tell all clients about the current state of the region (terrain textures, water height, etc.).
/// </summary>
void sendRegionHandshakeToAll();
void TriggerEstateInfoChange();
/// <summary>
/// Fires the OnRegionInfoChange event.