8 lines
167 B
C#
8 lines
167 B
C#
namespace OpenSim.ScriptEngine.Shared
|
|
{
|
|
public interface IScriptEngineRegionComponent
|
|
{
|
|
void Initialize(RegionInfoStructure currentRegion);
|
|
}
|
|
}
|