diff options
Diffstat (limited to 'OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs b/OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs index e47a278..8f95ba7 100644 --- a/OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs +++ b/OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs | |||
@@ -1,11 +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 | 5 | ||
5 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule | 6 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule |
6 | { | 7 | { |
7 | interface IHost | 8 | public interface IHost |
8 | { | 9 | { |
9 | IObject Object { get; } | 10 | IObject Object { get; } |
11 | ILog Console { get; } | ||
10 | } | 12 | } |
11 | } | 13 | } |