diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index b8264ba..53c75b0 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -245,7 +245,7 @@ namespace OpenSim.Framework | |||
245 | 245 | ||
246 | public delegate void SetAppearance(byte[] texture, AgentSetAppearancePacket.VisualParamBlock[] visualParam); | 246 | public delegate void SetAppearance(byte[] texture, AgentSetAppearancePacket.VisualParamBlock[] visualParam); |
247 | 247 | ||
248 | public delegate void StartAnim(IClientAPI remoteClient, LLUUID animID, int seq); | 248 | public delegate void StartAnim(IClientAPI remoteClient, LLUUID animID); |
249 | 249 | ||
250 | public delegate void StopAnim(IClientAPI remoteClient, LLUUID animID); | 250 | public delegate void StopAnim(IClientAPI remoteClient, LLUUID animID); |
251 | 251 | ||
@@ -572,6 +572,8 @@ namespace OpenSim.Framework | |||
572 | string FirstName { get; } | 572 | string FirstName { get; } |
573 | 573 | ||
574 | string LastName { get; } | 574 | string LastName { get; } |
575 | |||
576 | int NextAnimationSequenceNumber { get; } | ||
575 | 577 | ||
576 | /// <summary> | 578 | /// <summary> |
577 | /// Returns the full name of the agent/avatar represented by this client | 579 | /// Returns the full name of the agent/avatar represented by this client |