mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Update svn properties.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using log4net;
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
{
|
||||
public interface IHost
|
||||
{
|
||||
IObject Object { get; }
|
||||
ILog Console { get; }
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using log4net;
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
{
|
||||
public interface IHost
|
||||
{
|
||||
IObject Object { get; }
|
||||
ILog Console { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user