diff options
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index ea1e28e..b5663de 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -327,7 +327,13 @@ namespace SimpleApp | |||
327 | byte[] particleSystem, LLQuaternion rotation, byte clickAction) | 327 | byte[] particleSystem, LLQuaternion rotation, byte clickAction) |
328 | { | 328 | { |
329 | } | 329 | } |
330 | 330 | public virtual void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, | |
331 | PrimitiveBaseShape primShape, LLVector3 pos, uint flags, | ||
332 | LLUUID objectID, LLUUID ownerID, string text, byte[] color, | ||
333 | uint parentID, | ||
334 | byte[] particleSystem, LLQuaternion rotation, byte clickAction, byte[] textureanimation) | ||
335 | { | ||
336 | } | ||
331 | public virtual void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, | 337 | public virtual void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, |
332 | LLVector3 position, LLQuaternion rotation) | 338 | LLVector3 position, LLQuaternion rotation) |
333 | { | 339 | { |