diff options
author | Jeff Ames | 2009-04-14 10:00:13 +0000 |
---|---|---|
committer | Jeff Ames | 2009-04-14 10:00:13 +0000 |
commit | fa29cf5c5010f7c3e83494786be1b0c11c663e6d (patch) | |
tree | 51d4cc4d2e82d2a53bb1ca23ef10b3dd63060f0d /OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IEntity.cs | |
parent | * Adding some organization of vehicle type stuff in the ODEPlugin. (diff) | |
download | opensim-SC-fa29cf5c5010f7c3e83494786be1b0c11c663e6d.zip opensim-SC-fa29cf5c5010f7c3e83494786be1b0c11c663e6d.tar.gz opensim-SC-fa29cf5c5010f7c3e83494786be1b0c11c663e6d.tar.bz2 opensim-SC-fa29cf5c5010f7c3e83494786be1b0c11c663e6d.tar.xz |
Update svn properties.
Diffstat (limited to 'OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IEntity.cs')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IEntity.cs | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IEntity.cs b/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IEntity.cs index 94c53e3..0103a33 100644 --- a/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IEntity.cs +++ b/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IEntity.cs | |||
@@ -1,14 +1,14 @@ | |||
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 OpenMetaverse; | 4 | using OpenMetaverse; |
5 | 5 | ||
6 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule | 6 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule |
7 | { | 7 | { |
8 | public interface IEntity | 8 | public interface IEntity |
9 | { | 9 | { |
10 | string Name { get; set; } | 10 | string Name { get; set; } |
11 | UUID GlobalID { get; } | 11 | UUID GlobalID { get; } |
12 | Vector3 WorldPosition { get; set; } | 12 | Vector3 WorldPosition { get; set; } |
13 | } | 13 | } |
14 | } | 14 | } |