diff options
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index 69060f1..ea1e28e 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -226,7 +226,12 @@ namespace SimpleApp | |||
226 | public virtual void SetChildAgentThrottle(byte[] throttle) | 226 | public virtual void SetChildAgentThrottle(byte[] throttle) |
227 | { | 227 | { |
228 | } | 228 | } |
229 | public byte[] GetThrottlesPacked(float multiplier) | ||
230 | { | ||
231 | return new byte[0]; | ||
232 | } | ||
229 | 233 | ||
234 | |||
230 | public virtual void SendAnimations(LLUUID[] animations, int[] seqs, LLUUID sourceAgentId) | 235 | public virtual void SendAnimations(LLUUID[] animations, int[] seqs, LLUUID sourceAgentId) |
231 | { | 236 | { |
232 | } | 237 | } |