mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 11:46:04 +08:00
Update svn properties.
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
using OpenSim.Region.Framework.Scenes;
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Scripting.ObjectModules
|
||||
{
|
||||
interface IObjectModule
|
||||
{
|
||||
void Add(EntityBase entity, Scene scene);
|
||||
void Start();
|
||||
void Stop();
|
||||
void Tick();
|
||||
|
||||
string ClassName { get; }
|
||||
bool IsShared { get; }
|
||||
}
|
||||
}
|
||||
using OpenSim.Region.Framework.Scenes;
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Scripting.ObjectModules
|
||||
{
|
||||
interface IObjectModule
|
||||
{
|
||||
void Add(EntityBase entity, Scene scene);
|
||||
void Start();
|
||||
void Stop();
|
||||
void Tick();
|
||||
|
||||
string ClassName { get; }
|
||||
bool IsShared { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user