diff options
Diffstat (limited to 'OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs b/OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs index 8f95ba7..123fa38 100644 --- a/OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs +++ b/OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs | |||
@@ -1,13 +1,13 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Text; | 3 | using System.Text; |
4 | using log4net; | 4 | using log4net; |
5 | 5 | ||
6 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule | 6 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule |
7 | { | 7 | { |
8 | public interface IHost | 8 | public interface IHost |
9 | { | 9 | { |
10 | IObject Object { get; } | 10 | IObject Object { get; } |
11 | ILog Console { get; } | 11 | ILog Console { get; } |
12 | } | 12 | } |
13 | } | 13 | } |