diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/INPCModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/INPCModule.cs b/OpenSim/Region/Framework/Interfaces/INPCModule.cs index 813be4f..df872f4 100644 --- a/OpenSim/Region/Framework/Interfaces/INPCModule.cs +++ b/OpenSim/Region/Framework/Interfaces/INPCModule.cs | |||
@@ -49,7 +49,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
49 | /// </summary> | 49 | /// </summary> |
50 | public interface INPC | 50 | public interface INPC |
51 | { | 51 | { |
52 | 52 | ||
53 | /// <summary> | 53 | /// <summary> |
54 | /// Should this NPC be sensed by LSL sensors as an 'agent' | 54 | /// Should this NPC be sensed by LSL sensors as an 'agent' |
55 | /// (interpreted here to mean a normal user) rather than an OpenSim | 55 | /// (interpreted here to mean a normal user) rather than an OpenSim |
@@ -301,7 +301,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
301 | /// agent, the agent is unowned or the agent was not an NPC. | 301 | /// agent, the agent is unowned or the agent was not an NPC. |
302 | /// </returns> | 302 | /// </returns> |
303 | UUID GetOwner(UUID agentID); | 303 | UUID GetOwner(UUID agentID); |
304 | 304 | ||
305 | NPCOptionsFlags NPCOptionFlags {get;} | 305 | NPCOptionsFlags NPCOptionFlags {get;} |
306 | } | 306 | } |
307 | } | 307 | } |