diff options
Diffstat (limited to 'OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs b/OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs new file mode 100644 index 0000000..e47a278 --- /dev/null +++ b/OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs | |||
@@ -0,0 +1,11 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Text; | ||
4 | |||
5 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule | ||
6 | { | ||
7 | interface IHost | ||
8 | { | ||
9 | IObject Object { get; } | ||
10 | } | ||
11 | } | ||