mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 19:56:04 +08:00
8 lines
167 B
C#
8 lines
167 B
C#
namespace OpenSim.ScriptEngine.Shared
|
|
{
|
|
public interface IScriptEngineRegionComponent
|
|
{
|
|
void Initialize(RegionInfoStructure currentRegion);
|
|
}
|
|
}
|