diff options
author | Justin Clark-Casey (justincc) | 2011-07-02 01:01:40 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-02 01:01:40 +0100 |
commit | 513d63455ed7cf1a7a859e9e8abaeff7e7c7ad4f (patch) | |
tree | 2da82a1a15edb61e5469ce8686820940c3f93a1b /OpenSim/Region/Framework | |
parent | refactor: simplify existing npc code by creating them directly rather than in... (diff) | |
download | opensim-SC_OLD-513d63455ed7cf1a7a859e9e8abaeff7e7c7ad4f.zip opensim-SC_OLD-513d63455ed7cf1a7a859e9e8abaeff7e7c7ad4f.tar.gz opensim-SC_OLD-513d63455ed7cf1a7a859e9e8abaeff7e7c7ad4f.tar.bz2 opensim-SC_OLD-513d63455ed7cf1a7a859e9e8abaeff7e7c7ad4f.tar.xz |
Create a very basic initial test which just creates an 'npc' and tests that the scene presence exists
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/INPCModule.cs (renamed from OpenSim/Region/CoreModules/Avatar/NPC/INPCModule.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/NPC/INPCModule.cs b/OpenSim/Region/Framework/Interfaces/INPCModule.cs index cd2fe4f..21a755f 100644 --- a/OpenSim/Region/CoreModules/Avatar/NPC/INPCModule.cs +++ b/OpenSim/Region/Framework/Interfaces/INPCModule.cs | |||
@@ -28,7 +28,7 @@ | |||
28 | using OpenMetaverse; | 28 | using OpenMetaverse; |
29 | using OpenSim.Region.Framework.Scenes; | 29 | using OpenSim.Region.Framework.Scenes; |
30 | 30 | ||
31 | namespace OpenSim.Region.CoreModules.Avatar.NPC | 31 | namespace OpenSim.Region.Framework.Interfaces |
32 | { | 32 | { |
33 | public interface INPCModule | 33 | public interface INPCModule |
34 | { | 34 | { |