diff options
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index 87e66ab..82272f8 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -202,10 +202,13 @@ namespace SimpleApp | |||
202 | { | 202 | { |
203 | 203 | ||
204 | } | 204 | } |
205 | |||
205 | public virtual void SendKillObject(ulong regionHandle, uint localID) | 206 | public virtual void SendKillObject(ulong regionHandle, uint localID) |
206 | { | 207 | { |
207 | } | 208 | } |
208 | 209 | public virtual void SetChildAgentThrottle(byte[] throttle) | |
210 | { | ||
211 | } | ||
209 | public virtual void SendAnimation(LLUUID animID, int seq, LLUUID sourceAgentId) | 212 | public virtual void SendAnimation(LLUUID animID, int seq, LLUUID sourceAgentId) |
210 | { | 213 | { |
211 | } | 214 | } |