diff options
author | Jeff Ames | 2009-03-07 02:00:18 +0000 |
---|---|---|
committer | Jeff Ames | 2009-03-07 02:00:18 +0000 |
commit | e1f68145be8b0cfc48c7fe6920ae8db1bfa049f5 (patch) | |
tree | d4d37926bd660bbad4dd9e4f84a385a1f770ec5d /OpenSim/Region/OptionalModules/Scripting/ObjectModules/IObjectModule.cs | |
parent | * Fixes mantis: #3241 (diff) | |
download | opensim-SC_OLD-e1f68145be8b0cfc48c7fe6920ae8db1bfa049f5.zip opensim-SC_OLD-e1f68145be8b0cfc48c7fe6920ae8db1bfa049f5.tar.gz opensim-SC_OLD-e1f68145be8b0cfc48c7fe6920ae8db1bfa049f5.tar.bz2 opensim-SC_OLD-e1f68145be8b0cfc48c7fe6920ae8db1bfa049f5.tar.xz |
Update svn properties.
Diffstat (limited to 'OpenSim/Region/OptionalModules/Scripting/ObjectModules/IObjectModule.cs')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/ObjectModules/IObjectModule.cs | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/ObjectModules/IObjectModule.cs b/OpenSim/Region/OptionalModules/Scripting/ObjectModules/IObjectModule.cs index 923b053..6ced656 100644 --- a/OpenSim/Region/OptionalModules/Scripting/ObjectModules/IObjectModule.cs +++ b/OpenSim/Region/OptionalModules/Scripting/ObjectModules/IObjectModule.cs | |||
@@ -1,15 +1,15 @@ | |||
1 | using OpenSim.Region.Framework.Scenes; | 1 | using OpenSim.Region.Framework.Scenes; |
2 | 2 | ||
3 | namespace OpenSim.Region.OptionalModules.Scripting.ObjectModules | 3 | namespace OpenSim.Region.OptionalModules.Scripting.ObjectModules |
4 | { | 4 | { |
5 | interface IObjectModule | 5 | interface IObjectModule |
6 | { | 6 | { |
7 | void Add(EntityBase entity, Scene scene); | 7 | void Add(EntityBase entity, Scene scene); |
8 | void Start(); | 8 | void Start(); |
9 | void Stop(); | 9 | void Stop(); |
10 | void Tick(); | 10 | void Tick(); |
11 | 11 | ||
12 | string ClassName { get; } | 12 | string ClassName { get; } |
13 | bool IsShared { get; } | 13 | bool IsShared { get; } |
14 | } | 14 | } |
15 | } | 15 | } |