mirror of
https://github.com/opensim/opensim.git
synced 2026-05-25 11:15:42 +08:00
* Example in region module:
Scene.GetModuleInterface<IMRMModule>.RegisterExtension<IMyInterface>(this);
* In the MRM:
//@DEPENDS:MyExtensionModule.dll
...
Host.Extensions<IMyInterface>.DoStuff();
12 KiB
12 KiB