diff options
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 78b5d1f..ca8636f 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -246,6 +246,21 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
246 | set { } | 246 | set { } |
247 | } | 247 | } |
248 | 248 | ||
249 | public LLUUID ActiveGroupId | ||
250 | { | ||
251 | get { return LLUUID.Zero; } | ||
252 | } | ||
253 | |||
254 | public string ActiveGroupName | ||
255 | { | ||
256 | get { return String.Empty; } | ||
257 | } | ||
258 | |||
259 | public ulong ActiveGroupPowers | ||
260 | { | ||
261 | get { return 0; } | ||
262 | } | ||
263 | |||
249 | public virtual int NextAnimationSequenceNumber | 264 | public virtual int NextAnimationSequenceNumber |
250 | { | 265 | { |
251 | get { return 1; } | 266 | get { return 1; } |