* Fleshed out the MRM Module a little.

* Please don't use this yet, it represents a very heavy security risk if you enable it.
This commit is contained in:
Adam Frisby
2009-03-04 22:14:40 +00:00
parent f18400fcfb
commit f3aac0fa4a
6 changed files with 86 additions and 43 deletions

View File

@@ -1,11 +1,13 @@
using System;
using System.Collections.Generic;
using System.Text;
using log4net;
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
{
interface IHost
public interface IHost
{
IObject Object { get; }
ILog Console { get; }
}
}