mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* Added new InstallPlugin interface to ITerrainModule.
* This is to allow other region modules to install Terrain Effects.
This commit is contained in:
@@ -31,5 +31,6 @@ namespace OpenSim.Region.Environment.Modules.World.Terrain
|
||||
{
|
||||
void LoadFromFile(string filename);
|
||||
void SaveToFile(string filename);
|
||||
void InstallPlugin(string name, ITerrainEffect plug);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user