diff options
author | MW | 2007-06-10 12:18:22 +0000 |
---|---|---|
committer | MW | 2007-06-10 12:18:22 +0000 |
commit | 1b1226a48370fc3f91ce2253bca848f6b698d40e (patch) | |
tree | 48c8bc9c8d987d302d38b1f42c604e47cb33dd14 /OpenSim/OpenSim.World/SceneObject.cs | |
parent | (no commit message) (diff) | |
download | opensim-SC_OLD-1b1226a48370fc3f91ce2253bca848f6b698d40e.zip opensim-SC_OLD-1b1226a48370fc3f91ce2253bca848f6b698d40e.tar.gz opensim-SC_OLD-1b1226a48370fc3f91ce2253bca848f6b698d40e.tar.bz2 opensim-SC_OLD-1b1226a48370fc3f91ce2253bca848f6b698d40e.tar.xz |
Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim to please!
Diffstat (limited to '')
-rw-r--r-- | OpenSim/OpenSim.World/SceneObject.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/OpenSim.World/SceneObject.cs b/OpenSim/OpenSim.World/SceneObject.cs index 9ed99ba..9ea631b 100644 --- a/OpenSim/OpenSim.World/SceneObject.cs +++ b/OpenSim/OpenSim.World/SceneObject.cs | |||
@@ -1,7 +1,7 @@ | |||
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 OpenSim.types; | 4 | using OpenSim.Region.types; |
5 | using libsecondlife; | 5 | using libsecondlife; |
6 | using libsecondlife.Packets; | 6 | using libsecondlife.Packets; |
7 | using OpenSim.Framework.Interfaces; | 7 | using OpenSim.Framework.Interfaces; |
@@ -9,7 +9,7 @@ using OpenSim.Physics.Manager; | |||
9 | using OpenSim.Framework.Types; | 9 | using OpenSim.Framework.Types; |
10 | using OpenSim.Framework.Inventory; | 10 | using OpenSim.Framework.Inventory; |
11 | 11 | ||
12 | namespace OpenSim.world | 12 | namespace OpenSim.Region |
13 | { | 13 | { |
14 | public class SceneObject : Entity | 14 | public class SceneObject : Entity |
15 | { | 15 | { |