namespace OpenSim.ScriptEngine.Shared { public interface IScriptEngineRegionComponent { void Initialize(RegionInfoStructure currentRegion); } }