mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 04:45:35 +08:00
7 lines
156 B
C#
7 lines
156 B
C#
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
|
{
|
|
public interface IMRMModule
|
|
{
|
|
void RegisterExtension<T>(T instance);
|
|
}
|
|
} |